Html Css Color HEX #A20BFC Electric Purple

📋 copy color: '#A20BFC'

red 162 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #A20BFC

Tints of Electric Purple #A20BFC

RGB

 RED value IS 162 (63.67% from 255) = 38.12%

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

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

R = 38.12%
G = 2.59%
B = 59.29%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A20BFC (or 0xA20BFC) is known color: Electric Purple. HEX triplet: A2, 0B and FC. RGB value is (162,11,252). Sum of RGB (Red+Green+Blue) = 162+11+252=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #A20BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BFC is #5DF403. Grayscale: #525252. Windows color (decimal): -6157316 or 16518050. OLE color: 16518050.

HSL color Cylindrical-coordinate representation of color #A20BFC: hue angle of 277.59º 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 #A20BFC is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 11 252 -
CMYK 0.36 0.96 0 0.01
HSL 277.59º 0.98% 0.52% -
HSV(B) 277.59º 0.96% 0.99% -
XYZ 32.59 14.95 93.26 -
YUV 83.62 223.03 183.9 -
System Red Green Blue C M Y K H S L
Decimal 162 11 252 0.36 0.96 0 0.01 277.59 0.98 0.52
Hex A2 B FC 24 60 0 1 116 62 34
Octal 242 13 374 44 140 0 1 426 142 64
Binary 10100010 1011 11111100 100100 1100000 0 1 100010110 1100010 110100

Color Harmonies of #A20BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20BFC

Black with #A20BFC

Text Example


Text Example

White with #A20BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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