Html Css Color HEX #AA42DB Dark Orchid

📋 copy color: '#AA42DB'

red 170 ◦ green 66 ◦ blue 219

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

Shades of Dark Orchid #AA42DB

Tints of Dark Orchid #AA42DB

RGB

 RED value IS 170 (66.8% from 255) = 37.36%

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

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

R = 37.36%
G = 14.51%
B = 48.13%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA42DB (or 0xAA42DB) is known color: Dark Orchid. HEX triplet: AA, 42 and DB. RGB value is (170,66,219). Sum of RGB (Red+Green+Blue) = 170+66+219=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA42DB is #55BD24. Grayscale: #727272. Windows color (decimal): -5618981 or 14369450. OLE color: 14369450.

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

Color convert

RGB 170 66 219 -
CMYK 0.22 0.70 0 0.14
HSL 280.78º 0.68% 0.56% -
HSV(B) 280.78º 0.7% 0.86% -
XYZ 31.31 17.56 68.76 -
YUV 114.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 170 66 219 0.22 0.70 0 0.14 280.78 0.68 0.56
Hex AA 42 DB 16 46 0 E 119 44 38
Octal 252 102 333 26 106 0 16 431 104 70
Binary 10101010 1000010 11011011 10110 1000110 0 1110 100011001 1000100 111000

Color Harmonies of #AA42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA42DB

Black with #AA42DB

Text Example


Text Example

White with #AA42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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