Html Css Color HEX #AA21B5 Dark Orchid

📋 copy color: '#AA21B5'

red 170 ◦ green 33 ◦ blue 181

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

Shades of Dark Orchid #AA21B5

Tints of Dark Orchid #AA21B5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

 BLUE value IS 181 (71.09% from 255) = 47.14%

R = 44.27%
G = 8.59%
B = 47.14%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA21B5 (or 0xAA21B5) is known color: Dark Orchid. HEX triplet: AA, 21 and B5. RGB value is (170,33,181). Sum of RGB (Red+Green+Blue) = 170+33+181=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA21B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21B5 is #55DE4A. Grayscale: #5A5A5A. Windows color (decimal): -5627467 or 11870634. OLE color: 11870634.

HSL color Cylindrical-coordinate representation of color #AA21B5: hue angle of 295.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA21B5 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 33 181 -
CMYK 0.06 0.82 0 0.29
HSL 295.54º 0.69% 0.42% -
HSV(B) 295.54º 0.82% 0.71% -
XYZ 25.46 12.97 44.88 -
YUV 90.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 170 33 181 0.06 0.82 0 0.29 295.54 0.69 0.42
Hex AA 21 B5 6 52 0 1D 128 45 2A
Octal 252 41 265 6 122 0 35 450 105 52
Binary 10101010 100001 10110101 110 1010010 0 11101 100101000 1000101 101010

Color Harmonies of #AA21B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21B5

Black with #AA21B5

Text Example


Text Example

White with #AA21B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21B5; }

 p { color: rgb(170,33,181); }

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

background-color css

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

 a { background-color: rgb(170,33,181); }

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

border-color css

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

 span { border-color: rgb(170,33,181); }

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