#A135DF

Color #A135DF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A135DF

Tints of Dark Orchid #A135DF

Color information

#A135DF (or 0xA135DF) is unknown color: approx Dark Orchid. HEX triplet: A1, 35 and DF. RGB value is (161,53,223). Sum of RGB (Red+Green+Blue) = 161+53+223=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A135DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135DF is #5ECA20. Grayscale: #686868. Windows color (decimal): -6212129 or 14628257. OLE color: 14628257.

HSL color Cylindrical-coordinate representation of color #A135DF: hue angle of 278.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A135DF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16153223-
CMYK0.280.7600.13
HSL278.12º72.65%54.12%-
HSV(B)278.12º76.23%87.45%-
XYZ29.2915.4571.25-
YUV104.67194.78168.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 53 (21.09% from 255) = 12.13%
BLUE value IS 223 (87.5% from 255) = 51.03%
R=36.84%
G=12.13%
B=51.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161532230.280.7600.13278.1272.6554.12
HexA135DF1C4C0D1164936
Octal241653373411401542611166
Binary1010000111010111011111111001001100011011000101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A135DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A135DF; }

 p { color: rgb(161,53,223); }

 H1.HeaderClassName
 {
   color: #A135DF;
 }
 .AnyTagClassName
 {
   color: #A135DF;
 }
</style>
background-color css

<style>
 a { background-color: #A135DF; }

 a { background-color: rgb(161,53,223); }

 div.DivClassName
 {
   background-color: #A135DF;
 }
 .BgClassName
 {
   background-color: #A135DF;
 }
</style>
border-color css

<style>
 span { border-color: #A135DF; }

 span { border-color: rgb(161,53,223); }

 td.TdClassName
 {
   border-color: #A135DF;
 }
 .TagClassName
 {
   border-color: #A135DF;
 }
</style>