Html Css Color HEX #AA33CE Dark Orchid

📋 copy color: '#AA33CE'

red 170 ◦ green 51 ◦ blue 206

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

Shades of Dark Orchid #AA33CE

Tints of Dark Orchid #AA33CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 39.81%
G = 11.94%
B = 48.24%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA33CE (or 0xAA33CE) is known color: Dark Orchid. HEX triplet: AA, 33 and CE. RGB value is (170,51,206). Sum of RGB (Red+Green+Blue) = 170+51+206=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33CE is #55CC31. Grayscale: #676767. Windows color (decimal): -5622834 or 13513642. OLE color: 13513642.

HSL color Cylindrical-coordinate representation of color #AA33CE: hue angle of 286.06º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA33CE is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 51 206 -
CMYK 0.17 0.75 0 0.19
HSL 286.06º 0.61% 0.5% -
HSV(B) 286.06º 0.75% 0.81% -
XYZ 28.9 15.37 59.84 -
YUV 104.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 170 51 206 0.17 0.75 0 0.19 286.06 0.61 0.5
Hex AA 33 CE 11 4B 0 13 11E 3D 32
Octal 252 63 316 21 113 0 23 436 75 62
Binary 10101010 110011 11001110 10001 1001011 0 10011 100011110 111101 110010

Color Harmonies of #AA33CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33CE

Black with #AA33CE

Text Example


Text Example

White with #AA33CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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