Html Css Color HEX #A10CFC Electric Purple

📋 copy color: '#A10CFC'

red 161 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #A10CFC

Tints of Electric Purple #A10CFC

RGB

 RED value IS 161 (63.28% from 255) = 37.88%

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

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

R = 37.88%
G = 2.82%
B = 59.29%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A10CFC (or 0xA10CFC) is known color: Electric Purple. HEX triplet: A1, 0C and FC. RGB value is (161,12,252). Sum of RGB (Red+Green+Blue) = 161+12+252=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 12 (5.08% from 255 or 2.82% 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 #A10CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CFC is #5EF303. Grayscale: #535353. Windows color (decimal): -6222596 or 16518305. OLE color: 16518305.

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

Color convert

RGB 161 12 252 -
CMYK 0.36 0.95 0 0.01
HSL 277.25º 0.98% 0.52% -
HSV(B) 277.25º 0.95% 0.99% -
XYZ 32.4 14.87 93.26 -
YUV 83.91 222.86 182.99 -
System Red Green Blue C M Y K H S L
Decimal 161 12 252 0.36 0.95 0 0.01 277.25 0.98 0.52
Hex A1 C FC 24 5F 0 1 115 62 34
Octal 241 14 374 44 137 0 1 425 142 64
Binary 10100001 1100 11111100 100100 1011111 0 1 100010101 1100010 110100

Color Harmonies of #A10CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CFC

Black with #A10CFC

Text Example


Text Example

White with #A10CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CFC; }

 p { color: rgb(161,12,252); }

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

background-color css

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

 a { background-color: rgb(161,12,252); }

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

border-color css

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

 span { border-color: rgb(161,12,252); }

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