Html Css Color HEX #AA33DD Dark Orchid

📋 copy color: '#AA33DD'

red 170 ◦ green 51 ◦ blue 221

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

Shades of Dark Orchid #AA33DD

Tints of Dark Orchid #AA33DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 38.46%
G = 11.54%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA33DD (or 0xAA33DD) is known color: Dark Orchid. HEX triplet: AA, 33 and DD. RGB value is (170,51,221). Sum of RGB (Red+Green+Blue) = 170+51+221=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33DD is #55CC22. Grayscale: #696969. Windows color (decimal): -5622819 or 14496682. OLE color: 14496682.

HSL color Cylindrical-coordinate representation of color #AA33DD: hue angle of 282º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA33DD is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 51 221 -
CMYK 0.23 0.77 0 0.13
HSL 282º 0.71% 0.53% -
HSV(B) 282º 0.77% 0.87% -
XYZ 30.81 16.13 69.9 -
YUV 105.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 170 51 221 0.23 0.77 0 0.13 282 0.71 0.53
Hex AA 33 DD 17 4D 0 D 11A 47 35
Octal 252 63 335 27 115 0 15 432 107 65
Binary 10101010 110011 11011101 10111 1001101 0 1101 100011010 1000111 110101

Color Harmonies of #AA33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33DD

Black with #AA33DD

Text Example


Text Example

White with #AA33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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