Html Css Color HEX #A20CFB Electric Purple

📋 copy color: '#A20CFB'

red 162 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #A20CFB

Tints of Electric Purple #A20CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.06%

R = 38.12%
G = 2.82%
B = 59.06%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A20CFB (or 0xA20CFB) is known color: Electric Purple. HEX triplet: A2, 0C and FB. RGB value is (162,12,251). Sum of RGB (Red+Green+Blue) = 162+12+251=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #A20CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20CFB is #5DF304. Grayscale: #535353. Windows color (decimal): -6157061 or 16452770. OLE color: 16452770.

HSL color Cylindrical-coordinate representation of color #A20CFB: hue angle of 277.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CFB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 12 251 -
CMYK 0.35 0.95 0 0.02
HSL 277.66º 0.97% 0.52% -
HSV(B) 277.66º 0.95% 0.98% -
XYZ 32.44 14.91 92.43 -
YUV 84.1 222.2 183.57 -
System Red Green Blue C M Y K H S L
Decimal 162 12 251 0.35 0.95 0 0.02 277.66 0.97 0.52
Hex A2 C FB 23 5F 0 2 116 61 34
Octal 242 14 373 43 137 0 2 426 141 64
Binary 10100010 1100 11111011 100011 1011111 0 10 100010110 1100001 110100

Color Harmonies of #A20CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20CFB

Black with #A20CFB

Text Example


Text Example

White with #A20CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20CFB; }

 p { color: rgb(162,12,251); }

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

background-color css

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

 a { background-color: rgb(162,12,251); }

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

border-color css

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

 span { border-color: rgb(162,12,251); }

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