#A742D0

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

Shades of Dark Orchid #A742D0

Tints of Dark Orchid #A742D0

Color information

#A742D0 (or 0xA742D0) is unknown color: approx Dark Orchid. HEX triplet: A7, 42 and D0. RGB value is (167,66,208). Sum of RGB (Red+Green+Blue) = 167+66+208=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #A742D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742D0 is #58BD2F. Grayscale: #6F6F6F. Windows color (decimal): -5815600 or 13648551. OLE color: 13648551.

HSL color Cylindrical-coordinate representation of color #A742D0: hue angle of 282.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A742D0 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16766208-
CMYK0.200.6800.18
HSL282.68º60.17%53.73%-
HSV(B)282.68º68.27%81.57%-
XYZ29.2716.6761.35-
YUV112.39181.96166.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.87%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 208 (81.64% from 255) = 47.17%
R=37.87%
G=14.97%
B=47.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167662080.200.6800.18282.6860.1753.73
HexA742D0144401211b3c36
Octal247102320241040224337466
Binary10100111100001011010000101001000100010010100011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A742D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A742D0; }

 p { color: rgb(167,66,208); }

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

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

 a { background-color: rgb(167,66,208); }

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

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

 span { border-color: rgb(167,66,208); }

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