Html Css Color HEX #AA21CB Dark Orchid

📋 copy color: '#AA21CB'

red 170 ◦ green 33 ◦ blue 203

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

Shades of Dark Orchid #AA21CB

Tints of Dark Orchid #AA21CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 41.87%
G = 8.13%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA21CB (or 0xAA21CB) is known color: Dark Orchid. HEX triplet: AA, 21 and CB. RGB value is (170,33,203). Sum of RGB (Red+Green+Blue) = 170+33+203=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA21CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21CB is #55DE34. Grayscale: #5C5C5C. Windows color (decimal): -5627445 or 13312426. OLE color: 13312426.

HSL color Cylindrical-coordinate representation of color #AA21CB: hue angle of 288.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA21CB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 33 203 -
CMYK 0.16 0.84 0 0.20
HSL 288.35º 0.72% 0.46% -
HSV(B) 288.35º 0.84% 0.8% -
XYZ 27.9 13.95 57.72 -
YUV 93.34 189.89 182.68 -
System Red Green Blue C M Y K H S L
Decimal 170 33 203 0.16 0.84 0 0.20 288.35 0.72 0.46
Hex AA 21 CB 10 54 0 14 120 48 2E
Octal 252 41 313 20 124 0 24 440 110 56
Binary 10101010 100001 11001011 10000 1010100 0 10100 100100000 1001000 101110

Color Harmonies of #AA21CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21CB

Black with #AA21CB

Text Example


Text Example

White with #AA21CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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