Html Css Color HEX #AA3EEA Dark Orchid

📋 copy color: '#AA3EEA'

red 170 ◦ green 62 ◦ blue 234

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

Shades of Dark Orchid #AA3EEA

Tints of Dark Orchid #AA3EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

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

R = 36.48%
G = 13.3%
B = 50.21%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA3EEA (or 0xAA3EEA) is known color: Dark Orchid. HEX triplet: AA, 3E and EA. RGB value is (170,62,234). Sum of RGB (Red+Green+Blue) = 170+62+234=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA3EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EEA is #55C115. Grayscale: #717171. Windows color (decimal): -5619990 or 15351466. OLE color: 15351466.

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

Color convert

RGB 170 62 234 -
CMYK 0.27 0.74 0 0.08
HSL 277.67º 0.8% 0.58% -
HSV(B) 277.67º 0.74% 0.92% -
XYZ 33.15 17.93 79.56 -
YUV 113.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 170 62 234 0.27 0.74 0 0.08 277.67 0.8 0.58
Hex AA 3E EA 1B 4A 0 8 116 50 3A
Octal 252 76 352 33 112 0 10 426 120 72
Binary 10101010 111110 11101010 11011 1001010 0 1000 100010110 1010000 111010

Color Harmonies of #AA3EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EEA

Black with #AA3EEA

Text Example


Text Example

White with #AA3EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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