Html Css Color HEX #A90CEB Electric Purple

📋 copy color: '#A90CEB'

red 169 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #A90CEB

Tints of Electric Purple #A90CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 40.63%
G = 2.88%
B = 56.49%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A90CEB (or 0xA90CEB) is known color: Electric Purple. HEX triplet: A9, 0C and EB. RGB value is (169,12,235). Sum of RGB (Red+Green+Blue) = 169+12+235=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #A90CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90CEB is #56F314. Grayscale: #535353. Windows color (decimal): -5698325 or 15404201. OLE color: 15404201.

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

Color convert

RGB 169 12 235 -
CMYK 0.28 0.95 0 0.08
HSL 282.24º 0.9% 0.48% -
HSV(B) 282.24º 0.95% 0.92% -
XYZ 31.49 14.7 79.77 -
YUV 84.37 213.01 188.37 -
System Red Green Blue C M Y K H S L
Decimal 169 12 235 0.28 0.95 0 0.08 282.24 0.9 0.48
Hex A9 C EB 1C 5F 0 8 11A 5A 30
Octal 251 14 353 34 137 0 10 432 132 60
Binary 10101001 1100 11101011 11100 1011111 0 1000 100011010 1011010 110000

Color Harmonies of #A90CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CEB

Black with #A90CEB

Text Example


Text Example

White with #A90CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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