Html Css Color HEX #AA0CED Electric Purple

📋 copy color: '#AA0CED'

red 170 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #AA0CED

Tints of Electric Purple #AA0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.86%

 BLUE value IS 237 (92.97% from 255) = 56.56%

R = 40.57%
G = 2.86%
B = 56.56%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA0CED (or 0xAA0CED) is known color: Electric Purple. HEX triplet: AA, 0C and ED. RGB value is (170,12,237). Sum of RGB (Red+Green+Blue) = 170+12+237=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0CED is #55F312. Grayscale: #545454. Windows color (decimal): -5632787 or 15535274. OLE color: 15535274.

HSL color Cylindrical-coordinate representation of color #AA0CED: hue angle of 282.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CED is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 12 237 -
CMYK 0.28 0.95 0 0.07
HSL 282.13º 0.9% 0.49% -
HSV(B) 282.13º 0.95% 0.93% -
XYZ 32 14.92 81.31 -
YUV 84.89 213.85 188.7 -
System Red Green Blue C M Y K H S L
Decimal 170 12 237 0.28 0.95 0 0.07 282.13 0.9 0.49
Hex AA C ED 1C 5F 0 7 11A 5A 31
Octal 252 14 355 34 137 0 7 432 132 61
Binary 10101010 1100 11101101 11100 1011111 0 111 100011010 1011010 110001

Color Harmonies of #AA0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CED

Black with #AA0CED

Text Example


Text Example

White with #AA0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CED; }

 p { color: rgb(170,12,237); }

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

background-color css

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

 a { background-color: rgb(170,12,237); }

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

border-color css

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

 span { border-color: rgb(170,12,237); }

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