#A018B7

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

Shades of Dark Orchid #A018B7

Tints of Dark Orchid #A018B7

Color information

#A018B7 (or 0xA018B7) is unknown color: approx Dark Orchid. HEX triplet: A0, 18 and B7. RGB value is (160,24,183). Sum of RGB (Red+Green+Blue) = 160+24+183=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #A018B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018B7 is #5FE748. Grayscale: #525252. Windows color (decimal): -6285129 or 11999392. OLE color: 11999392.

HSL color Cylindrical-coordinate representation of color #A018B7: hue angle of 291.32º 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 #A018B7 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16024183-
CMYK0.130.8700.28
HSL291.32º76.81%40.59%-
HSV(B)291.32º86.89%71.76%-
XYZ23.3711.5545.8-
YUV82.79184.56183.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 24 (9.77% from 255) = 6.54%
BLUE value IS 183 (71.88% from 255) = 49.86%
R=43.60%
G=6.54%
B=49.86%

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
Decimal160241830.130.8700.28291.3276.8140.59
HexA018B7D5701C1234d29
Octal240302671512703444311551
Binary101000001100010110111110110101110111001001000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A018B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A018B7; }

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

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

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

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

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

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

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

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