Html Css Color HEX #AA33AD Dark Orchid

📋 copy color: '#AA33AD'

red 170 ◦ green 51 ◦ blue 173

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

Shades of Dark Orchid #AA33AD

Tints of Dark Orchid #AA33AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 43.15%
G = 12.94%
B = 43.91%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA33AD (or 0xAA33AD) is known color: Dark Orchid. HEX triplet: AA, 33 and AD. RGB value is (170,51,173). Sum of RGB (Red+Green+Blue) = 170+51+173=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AD is #55CC52. Grayscale: #646464. Windows color (decimal): -5622867 or 11350954. OLE color: 11350954.

HSL color Cylindrical-coordinate representation of color #AA33AD: hue angle of 298.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA33AD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 51 173 -
CMYK 0.02 0.71 0 0.32
HSL 298.52º 0.54% 0.44% -
HSV(B) 298.52º 0.71% 0.68% -
XYZ 25.3 13.93 40.89 -
YUV 100.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 170 51 173 0.02 0.71 0 0.32 298.52 0.54 0.44
Hex AA 33 AD 2 47 0 20 12B 36 2C
Octal 252 63 255 2 107 0 40 453 66 54
Binary 10101010 110011 10101101 10 1000111 0 100000 100101011 110110 101100

Color Harmonies of #AA33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33AD

Black with #AA33AD

Text Example


Text Example

White with #AA33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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