Html Css Color HEX #AA2EEA Dark Orchid

📋 copy color: '#AA2EEA'

red 170 ◦ green 46 ◦ blue 234

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

Shades of Dark Orchid #AA2EEA

Tints of Dark Orchid #AA2EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.22%

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

R = 37.78%
G = 10.22%
B = 52%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA2EEA (or 0xAA2EEA) is known color: Dark Orchid. HEX triplet: AA, 2E and EA. RGB value is (170,46,234). Sum of RGB (Red+Green+Blue) = 170+46+234=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA2EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2EEA is #55D115. Grayscale: #676767. Windows color (decimal): -5624086 or 15347370. OLE color: 15347370.

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

Color convert

RGB 170 46 234 -
CMYK 0.27 0.80 0 0.08
HSL 279.57º 0.82% 0.55% -
HSV(B) 279.57º 0.8% 0.92% -
XYZ 32.41 16.44 79.31 -
YUV 104.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 170 46 234 0.27 0.80 0 0.08 279.57 0.82 0.55
Hex AA 2E EA 1B 50 0 8 118 52 37
Octal 252 56 352 33 120 0 10 430 122 67
Binary 10101010 101110 11101010 11011 1010000 0 1000 100011000 1010010 110111

Color Harmonies of #AA2EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EEA

Black with #AA2EEA

Text Example


Text Example

White with #AA2EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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