Html Css Color HEX #AA33D3 Dark Orchid

📋 copy color: '#AA33D3'

red 170 ◦ green 51 ◦ blue 211

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

Shades of Dark Orchid #AA33D3

Tints of Dark Orchid #AA33D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.84%

R = 39.35%
G = 11.81%
B = 48.84%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA33D3 (or 0xAA33D3) is known color: Dark Orchid. HEX triplet: AA, 33 and D3. RGB value is (170,51,211). Sum of RGB (Red+Green+Blue) = 170+51+211=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA33D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33D3 is #55CC2C. Grayscale: #686868. Windows color (decimal): -5622829 or 13841322. OLE color: 13841322.

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

Color convert

RGB 170 51 211 -
CMYK 0.19 0.76 0 0.17
HSL 284.63º 0.65% 0.51% -
HSV(B) 284.63º 0.76% 0.83% -
XYZ 29.52 15.62 63.09 -
YUV 104.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 170 51 211 0.19 0.76 0 0.17 284.63 0.65 0.51
Hex AA 33 D3 13 4C 0 11 11D 41 33
Octal 252 63 323 23 114 0 21 435 101 63
Binary 10101010 110011 11010011 10011 1001100 0 10001 100011101 1000001 110011

Color Harmonies of #AA33D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33D3

Black with #AA33D3

Text Example


Text Example

White with #AA33D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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