Html Css Color HEX #A90BFC Electric Purple

📋 copy color: '#A90BFC'

red 169 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #A90BFC

Tints of Electric Purple #A90BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 39.12%
G = 2.55%
B = 58.33%

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

#A90BFC (or 0xA90BFC) is known color: Electric Purple. HEX triplet: A9, 0B and FC. RGB value is (169,11,252). Sum of RGB (Red+Green+Blue) = 169+11+252=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #A90BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BFC is #56F403. Grayscale: #545454. Windows color (decimal): -5698564 or 16518057. OLE color: 16518057.

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

Color convert

RGB 169 11 252 -
CMYK 0.33 0.96 0 0.01
HSL 279.34º 0.98% 0.52% -
HSV(B) 279.34º 0.96% 0.99% -
XYZ 34.05 15.7 93.33 -
YUV 85.72 221.85 187.4 -
System Red Green Blue C M Y K H S L
Decimal 169 11 252 0.33 0.96 0 0.01 279.34 0.98 0.52
Hex A9 B FC 21 60 0 1 117 62 34
Octal 251 13 374 41 140 0 1 427 142 64
Binary 10101001 1011 11111100 100001 1100000 0 1 100010111 1100010 110100

Color Harmonies of #A90BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BFC

Black with #A90BFC

Text Example


Text Example

White with #A90BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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