Html Css Color HEX #AA21E1 Dark Orchid

📋 copy color: '#AA21E1'

red 170 ◦ green 33 ◦ blue 225

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

Shades of Dark Orchid #AA21E1

Tints of Dark Orchid #AA21E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.57%

R = 39.72%
G = 7.71%
B = 52.57%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA21E1 (or 0xAA21E1) is known color: Dark Orchid. HEX triplet: AA, 21 and E1. RGB value is (170,33,225). Sum of RGB (Red+Green+Blue) = 170+33+225=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA21E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA21E1 is #55DE1E. Grayscale: #5F5F5F. Windows color (decimal): -5627423 or 14754218. OLE color: 14754218.

HSL color Cylindrical-coordinate representation of color #AA21E1: hue angle of 282.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA21E1 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 33 225 -
CMYK 0.24 0.85 0 0.12
HSL 282.81º 0.76% 0.51% -
HSV(B) 282.81º 0.85% 0.88% -
XYZ 30.71 15.07 72.52 -
YUV 95.85 200.89 180.89 -
System Red Green Blue C M Y K H S L
Decimal 170 33 225 0.24 0.85 0 0.12 282.81 0.76 0.51
Hex AA 21 E1 18 55 0 C 11B 4C 33
Octal 252 41 341 30 125 0 14 433 114 63
Binary 10101010 100001 11100001 11000 1010101 0 1100 100011011 1001100 110011

Color Harmonies of #AA21E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21E1

Black with #AA21E1

Text Example


Text Example

White with #AA21E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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