#A02FD7

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

Shades of Dark Orchid #A02FD7

Tints of Dark Orchid #A02FD7

Color information

#A02FD7 (or 0xA02FD7) is unknown color: approx Dark Orchid. HEX triplet: A0, 2F and D7. RGB value is (160,47,215). Sum of RGB (Red+Green+Blue) = 160+47+215=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #A02FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FD7 is #5FD028. Grayscale: #636363. Windows color (decimal): -6279209 or 14102432. OLE color: 14102432.

HSL color Cylindrical-coordinate representation of color #A02FD7: hue angle of 280.36º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02FD7 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16047215-
CMYK0.260.7800.16
HSL280.36º67.74%51.37%-
HSV(B)280.36º78.14%84.31%-
XYZ27.7814.4165.61-
YUV99.94192.94170.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 47 (18.75% from 255) = 11.14%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=37.91%
G=11.14%
B=50.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160472150.260.7800.16280.3667.7451.37
HexA02FD71A4E0101184433
Octal240573273211602043010463
Binary10100000101111110101111101010011100100001000110001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02FD7; }

 p { color: rgb(160,47,215); }

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

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

 a { background-color: rgb(160,47,215); }

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

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

 span { border-color: rgb(160,47,215); }

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