#A018B2

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

Shades of Dark Orchid #A018B2

Tints of Dark Orchid #A018B2

Color information

#A018B2 (or 0xA018B2) is unknown color: approx Dark Orchid. HEX triplet: A0, 18 and B2. RGB value is (160,24,178). Sum of RGB (Red+Green+Blue) = 160+24+178=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #A018B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018B2 is #5FE74D. Grayscale: #515151. Windows color (decimal): -6285134 or 11671712. OLE color: 11671712.

HSL color Cylindrical-coordinate representation of color #A018B2: hue angle of 292.99º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A018B2 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16024178-
CMYK0.100.8700.30
HSL292.99º76.24%39.61%-
HSV(B)292.99º86.52%69.8%-
XYZ22.8611.3443.1-
YUV82.22182.06183.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 24 (9.77% from 255) = 6.63%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=44.20%
G=6.63%
B=49.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160241780.100.8700.30292.9976.2439.61
HexA018B2A5701E1254c28
Octal240302621212703644511450
Binary101000001100010110010101010101110111101001001011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A018B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A018B2; }

 p { color: rgb(160,24,178); }

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

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

 a { background-color: rgb(160,24,178); }

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

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

 span { border-color: rgb(160,24,178); }

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