Html Css Color HEX #A042DB Dark Orchid

📋 copy color: '#A042DB'

red 160 ◦ green 66 ◦ blue 219

#A042DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A042DB

Tints of Dark Orchid #A042DB

RGB

 RED value IS 160 (62.89% from 255) = 35.96%

 GREEN value IS 66 (26.17% from 255) = 14.83%

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 35.96%
G = 14.83%
B = 49.21%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A042DB (or 0xA042DB) is known color: Dark Orchid. HEX triplet: A0, 42 and DB. RGB value is (160,66,219). Sum of RGB (Red+Green+Blue) = 160+66+219=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #A042DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042DB is #5FBD24. Grayscale: #6F6F6F. Windows color (decimal): -6274341 or 14369440. OLE color: 14369440.

HSL color Cylindrical-coordinate representation of color #A042DB: hue angle of 276.86º 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 #A042DB is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 66 219 -
CMYK 0.27 0.70 0 0.14
HSL 276.86º 0.68% 0.56% -
HSV(B) 276.86º 0.7% 0.86% -
XYZ 29.23 16.48 68.66 -
YUV 111.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 160 66 219 0.27 0.70 0 0.14 276.86 0.68 0.56
Hex A0 42 DB 1B 46 0 E 115 44 38
Octal 240 102 333 33 106 0 16 425 104 70
Binary 10100000 1000010 11011011 11011 1000110 0 1110 100010101 1000100 111000

Color Harmonies of #A042DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042DB

Black with #A042DB

Text Example


Text Example

White with #A042DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042DB; }

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

 H1.HeaderClassName
 {
   color: #A042DB;
 }
 .AnyTagClassName
 {
   color: #A042DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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