Html Css Color HEX #AA2FEA Dark Orchid

📋 copy color: '#AA2FEA'

red 170 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #AA2FEA

Tints of Dark Orchid #AA2FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.42%

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

R = 37.69%
G = 10.42%
B = 51.88%

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

#AA2FEA (or 0xAA2FEA) is known color: Dark Orchid. HEX triplet: AA, 2F and EA. RGB value is (170,47,234). Sum of RGB (Red+Green+Blue) = 170+47+234=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA2FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2FEA is #55D015. Grayscale: #686868. Windows color (decimal): -5623830 or 15347626. OLE color: 15347626.

HSL color Cylindrical-coordinate representation of color #AA2FEA: hue angle of 279.47º 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 #AA2FEA is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 47 234 -
CMYK 0.27 0.80 0 0.08
HSL 279.47º 0.82% 0.55% -
HSV(B) 279.47º 0.8% 0.92% -
XYZ 32.45 16.52 79.32 -
YUV 105.1 200.75 174.29 -
System Red Green Blue C M Y K H S L
Decimal 170 47 234 0.27 0.80 0 0.08 279.47 0.82 0.55
Hex AA 2F EA 1B 50 0 8 117 52 37
Octal 252 57 352 33 120 0 10 427 122 67
Binary 10101010 101111 11101010 11011 1010000 0 1000 100010111 1010010 110111

Color Harmonies of #AA2FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FEA

Black with #AA2FEA

Text Example


Text Example

White with #AA2FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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