Html Css Color HEX #A10CFB Electric Purple

📋 copy color: '#A10CFB'

red 161 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #A10CFB

Tints of Electric Purple #A10CFB

RGB

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

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

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

R = 37.97%
G = 2.83%
B = 59.2%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A10CFB (or 0xA10CFB) is known color: Electric Purple. HEX triplet: A1, 0C and FB. RGB value is (161,12,251). Sum of RGB (Red+Green+Blue) = 161+12+251=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #A10CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10CFB is #5EF304. Grayscale: #525252. Windows color (decimal): -6222597 or 16452769. OLE color: 16452769.

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

Color convert

RGB 161 12 251 -
CMYK 0.36 0.95 0 0.02
HSL 277.41º 0.97% 0.52% -
HSV(B) 277.41º 0.95% 0.98% -
XYZ 32.24 14.81 92.43 -
YUV 83.8 222.36 183.07 -
System Red Green Blue C M Y K H S L
Decimal 161 12 251 0.36 0.95 0 0.02 277.41 0.97 0.52
Hex A1 C FB 24 5F 0 2 115 61 34
Octal 241 14 373 44 137 0 2 425 141 64
Binary 10100001 1100 11111011 100100 1011111 0 10 100010101 1100001 110100

Color Harmonies of #A10CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10CFB

Black with #A10CFB

Text Example


Text Example

White with #A10CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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