Html Css Color HEX #AA21E7 Dark Orchid

📋 copy color: '#AA21E7'

red 170 ◦ green 33 ◦ blue 231

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

Shades of Dark Orchid #AA21E7

Tints of Dark Orchid #AA21E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.23%

R = 39.17%
G = 7.6%
B = 53.23%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA21E7 (or 0xAA21E7) is known color: Dark Orchid. HEX triplet: AA, 21 and E7. RGB value is (170,33,231). Sum of RGB (Red+Green+Blue) = 170+33+231=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA21E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA21E7 is #55DE18. Grayscale: #5F5F5F. Windows color (decimal): -5627417 or 15147434. OLE color: 15147434.

HSL color Cylindrical-coordinate representation of color #AA21E7: hue angle of 281.52º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA21E7 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 33 231 -
CMYK 0.26 0.86 0 0.09
HSL 281.52º 0.8% 0.52% -
HSV(B) 281.52º 0.86% 0.91% -
XYZ 31.55 15.4 76.91 -
YUV 96.54 203.89 180.4 -
System Red Green Blue C M Y K H S L
Decimal 170 33 231 0.26 0.86 0 0.09 281.52 0.8 0.52
Hex AA 21 E7 1A 56 0 9 11A 50 34
Octal 252 41 347 32 126 0 11 432 120 64
Binary 10101010 100001 11100111 11010 1010110 0 1001 100011010 1010000 110100

Color Harmonies of #AA21E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21E7

Black with #AA21E7

Text Example


Text Example

White with #AA21E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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