Html Css Color HEX #AA33D2 Dark Orchid

📋 copy color: '#AA33D2'

red 170 ◦ green 51 ◦ blue 210

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

Shades of Dark Orchid #AA33D2

Tints of Dark Orchid #AA33D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 39.44%
G = 11.83%
B = 48.72%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA33D2 (or 0xAA33D2) is known color: Dark Orchid. HEX triplet: AA, 33 and D2. RGB value is (170,51,210). Sum of RGB (Red+Green+Blue) = 170+51+210=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA33D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33D2 is #55CC2D. Grayscale: #686868. Windows color (decimal): -5622830 or 13775786. OLE color: 13775786.

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

Color convert

RGB 170 51 210 -
CMYK 0.19 0.76 0 0.18
HSL 284.91º 0.64% 0.51% -
HSV(B) 284.91º 0.76% 0.82% -
XYZ 29.39 15.57 62.43 -
YUV 104.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 170 51 210 0.19 0.76 0 0.18 284.91 0.64 0.51
Hex AA 33 D2 13 4C 0 12 11D 40 33
Octal 252 63 322 23 114 0 22 435 100 63
Binary 10101010 110011 11010010 10011 1001100 0 10010 100011101 1000000 110011

Color Harmonies of #AA33D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33D2

Black with #AA33D2

Text Example


Text Example

White with #AA33D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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