#A018B8

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

Shades of Dark Orchid #A018B8

Tints of Dark Orchid #A018B8

Color information

#A018B8 (or 0xA018B8) is unknown color: approx Dark Orchid. HEX triplet: A0, 18 and B8. RGB value is (160,24,184). Sum of RGB (Red+Green+Blue) = 160+24+184=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #A018B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018B8 is #5FE747. Grayscale: #525252. Windows color (decimal): -6285128 or 12064928. OLE color: 12064928.

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

Color convert

RGB16024184-
CMYK0.130.8700.28
HSL291º76.92%40.78%-
HSV(B)291º86.96%72.16%-
XYZ23.4811.5946.35-
YUV82.9185.06182.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 24 (9.77% from 255) = 6.52%
BLUE value IS 184 (72.27% from 255) = 50%
R=43.48%
G=6.52%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160241840.130.8700.2829176.9240.78
HexA018B8D5701C1234d29
Octal240302701512703444311551
Binary101000001100010111000110110101110111001001000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A018B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A018B8; }

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

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

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

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

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

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

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

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