Html Css Color HEX #AA30DB Dark Orchid

📋 copy color: '#AA30DB'

red 170 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #AA30DB

Tints of Dark Orchid #AA30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.98%

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

R = 38.9%
G = 10.98%
B = 50.11%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA30DB (or 0xAA30DB) is known color: Dark Orchid. HEX triplet: AA, 30 and DB. RGB value is (170,48,219). Sum of RGB (Red+Green+Blue) = 170+48+219=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA30DB is #55CF24. Grayscale: #676767. Windows color (decimal): -5623589 or 14364842. OLE color: 14364842.

HSL color Cylindrical-coordinate representation of color #AA30DB: hue angle of 282.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA30DB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 48 219 -
CMYK 0.22 0.78 0 0.14
HSL 282.81º 0.7% 0.52% -
HSV(B) 282.81º 0.78% 0.86% -
XYZ 30.42 15.77 68.46 -
YUV 103.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 170 48 219 0.22 0.78 0 0.14 282.81 0.7 0.52
Hex AA 30 DB 16 4E 0 E 11B 46 34
Octal 252 60 333 26 116 0 16 433 106 64
Binary 10101010 110000 11011011 10110 1001110 0 1110 100011011 1000110 110100

Color Harmonies of #AA30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA30DB

Black with #AA30DB

Text Example


Text Example

White with #AA30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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