Html Css Color HEX #AA33D0 Dark Orchid

📋 copy color: '#AA33D0'

red 170 ◦ green 51 ◦ blue 208

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

Shades of Dark Orchid #AA33D0

Tints of Dark Orchid #AA33D0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.89%

 BLUE value IS 208 (81.64% from 255) = 48.48%

R = 39.63%
G = 11.89%
B = 48.48%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA33D0 (or 0xAA33D0) is known color: Dark Orchid. HEX triplet: AA, 33 and D0. RGB value is (170,51,208). Sum of RGB (Red+Green+Blue) = 170+51+208=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA33D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33D0 is #55CC2F. Grayscale: #676767. Windows color (decimal): -5622832 or 13644714. OLE color: 13644714.

HSL color Cylindrical-coordinate representation of color #AA33D0: hue angle of 285.48º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA33D0 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 51 208 -
CMYK 0.18 0.75 0 0.18
HSL 285.48º 0.63% 0.51% -
HSV(B) 285.48º 0.75% 0.82% -
XYZ 29.15 15.47 61.12 -
YUV 104.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 170 51 208 0.18 0.75 0 0.18 285.48 0.63 0.51
Hex AA 33 D0 12 4B 0 12 11D 3F 33
Octal 252 63 320 22 113 0 22 435 77 63
Binary 10101010 110011 11010000 10010 1001011 0 10010 100011101 111111 110011

Color Harmonies of #AA33D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33D0

Black with #AA33D0

Text Example


Text Example

White with #AA33D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33D0; }

 p { color: rgb(170,51,208); }

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

background-color css

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

 a { background-color: rgb(170,51,208); }

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

border-color css

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

 span { border-color: rgb(170,51,208); }

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