Html Css Color HEX #A90AFC Electric Purple

📋 copy color: '#A90AFC'

red 169 ◦ green 10 ◦ blue 252

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

Shades of Electric Purple #A90AFC

Tints of Electric Purple #A90AFC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.32%

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 39.21%
G = 2.32%
B = 58.47%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A90AFC (or 0xA90AFC) is known color: Electric Purple. HEX triplet: A9, 0A and FC. RGB value is (169,10,252). Sum of RGB (Red+Green+Blue) = 169+10+252=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A90AFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90AFC is #56F503. Grayscale: #545454. Windows color (decimal): -5698820 or 16517801. OLE color: 16517801.

HSL color Cylindrical-coordinate representation of color #A90AFC: hue angle of 279.42º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90AFC is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 10 252 -
CMYK 0.33 0.96 0 0.01
HSL 279.42º 0.98% 0.51% -
HSV(B) 279.42º 0.96% 0.99% -
XYZ 34.04 15.68 93.33 -
YUV 85.13 222.18 187.82 -
System Red Green Blue C M Y K H S L
Decimal 169 10 252 0.33 0.96 0 0.01 279.42 0.98 0.51
Hex A9 A FC 21 60 0 1 117 62 33
Octal 251 12 374 41 140 0 1 427 142 63
Binary 10101001 1010 11111100 100001 1100000 0 1 100010111 1100010 110011

Color Harmonies of #A90AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90AFC

Black with #A90AFC

Text Example


Text Example

White with #A90AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90AFC; }

 p { color: rgb(169,10,252); }

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

background-color css

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

 a { background-color: rgb(169,10,252); }

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

border-color css

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

 span { border-color: rgb(169,10,252); }

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