Html Css Color HEX #A90CEC Electric Purple

📋 copy color: '#A90CEC'

red 169 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #A90CEC

Tints of Electric Purple #A90CEC

RGB

 RED value IS 169 (66.41% from 255) = 40.53%

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

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 40.53%
G = 2.88%
B = 56.59%

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

#A90CEC (or 0xA90CEC) is known color: Electric Purple. HEX triplet: A9, 0C and EC. RGB value is (169,12,236). Sum of RGB (Red+Green+Blue) = 169+12+236=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #A90CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CEC is #56F313. Grayscale: #535353. Windows color (decimal): -5698324 or 15469737. OLE color: 15469737.

HSL color Cylindrical-coordinate representation of color #A90CEC: hue angle of 282.05º 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 #A90CEC is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 12 236 -
CMYK 0.28 0.95 0 0.07
HSL 282.05º 0.9% 0.49% -
HSV(B) 282.05º 0.95% 0.93% -
XYZ 31.63 14.75 80.54 -
YUV 84.48 213.51 188.29 -
System Red Green Blue C M Y K H S L
Decimal 169 12 236 0.28 0.95 0 0.07 282.05 0.9 0.49
Hex A9 C EC 1C 5F 0 7 11A 5A 31
Octal 251 14 354 34 137 0 7 432 132 61
Binary 10101001 1100 11101100 11100 1011111 0 111 100011010 1011010 110001

Color Harmonies of #A90CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CEC

Black with #A90CEC

Text Example


Text Example

White with #A90CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CEC; }

 p { color: rgb(169,12,236); }

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

background-color css

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

 a { background-color: rgb(169,12,236); }

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

border-color css

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

 span { border-color: rgb(169,12,236); }

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