Html Css Color HEX #AA2CEA Dark Orchid

📋 copy color: '#AA2CEA'

red 170 ◦ green 44 ◦ blue 234

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

Shades of Dark Orchid #AA2CEA

Tints of Dark Orchid #AA2CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 37.95%
G = 9.82%
B = 52.23%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA2CEA (or 0xAA2CEA) is known color: Dark Orchid. HEX triplet: AA, 2C and EA. RGB value is (170,44,234). Sum of RGB (Red+Green+Blue) = 170+44+234=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA2CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2CEA is #55D315. Grayscale: #666666. Windows color (decimal): -5624598 or 15346858. OLE color: 15346858.

HSL color Cylindrical-coordinate representation of color #AA2CEA: hue angle of 279.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2CEA is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 44 234 -
CMYK 0.27 0.81 0 0.08
HSL 279.79º 0.82% 0.55% -
HSV(B) 279.79º 0.81% 0.92% -
XYZ 32.33 16.29 79.28 -
YUV 103.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 170 44 234 0.27 0.81 0 0.08 279.79 0.82 0.55
Hex AA 2C EA 1B 51 0 8 118 52 37
Octal 252 54 352 33 121 0 10 430 122 67
Binary 10101010 101100 11101010 11011 1010001 0 1000 100011000 1010010 110111

Color Harmonies of #AA2CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CEA

Black with #AA2CEA

Text Example


Text Example

White with #AA2CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CEA; }

 p { color: rgb(170,44,234); }

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

background-color css

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

 a { background-color: rgb(170,44,234); }

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

border-color css

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

 span { border-color: rgb(170,44,234); }

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