Html Css Color HEX #AA33DA Dark Orchid

📋 copy color: '#AA33DA'

red 170 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #AA33DA

Tints of Dark Orchid #AA33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 38.72%
G = 11.62%
B = 49.66%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA33DA (or 0xAA33DA) is known color: Dark Orchid. HEX triplet: AA, 33 and DA. RGB value is (170,51,218). Sum of RGB (Red+Green+Blue) = 170+51+218=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA33DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33DA is #55CC25. Grayscale: #696969. Windows color (decimal): -5622822 or 14300074. OLE color: 14300074.

HSL color Cylindrical-coordinate representation of color #AA33DA: hue angle of 282.75º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA33DA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 51 218 -
CMYK 0.22 0.77 0 0.15
HSL 282.75º 0.69% 0.53% -
HSV(B) 282.75º 0.77% 0.85% -
XYZ 30.42 15.98 67.81 -
YUV 105.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 170 51 218 0.22 0.77 0 0.15 282.75 0.69 0.53
Hex AA 33 DA 16 4D 0 F 11B 45 35
Octal 252 63 332 26 115 0 17 433 105 65
Binary 10101010 110011 11011010 10110 1001101 0 1111 100011011 1000101 110101

Color Harmonies of #AA33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA33DA

Black with #AA33DA

Text Example


Text Example

White with #AA33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA33DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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