#A742DB

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

Shades of Dark Orchid #A742DB

Tints of Dark Orchid #A742DB

Color information

#A742DB (or 0xA742DB) is unknown color: approx Dark Orchid. HEX triplet: A7, 42 and DB. RGB value is (167,66,219). Sum of RGB (Red+Green+Blue) = 167+66+219=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #A742DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742DB is #58BD24. Grayscale: #717171. Windows color (decimal): -5815589 or 14369447. OLE color: 14369447.

HSL color Cylindrical-coordinate representation of color #A742DB: hue angle of 279.61º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A742DB is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16766219-
CMYK0.240.7000.14
HSL279.61º68%55.88%-
HSV(B)279.61º69.86%85.88%-
XYZ30.6717.2368.73-
YUV113.64187.46166.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 219 (85.94% from 255) = 48.45%
R=36.95%
G=14.60%
B=48.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167662190.240.7000.14279.616855.88
HexA742DB18460E1184438
Octal2471023333010601643010470
Binary10100111100001011011011110001000110011101000110001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A742DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A742DB; }

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

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

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

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

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

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

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

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