Html Css Color HEX #A10FFB Electric Purple

📋 copy color: '#A10FFB'

red 161 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #A10FFB

Tints of Electric Purple #A10FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.51%

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

R = 37.7%
G = 3.51%
B = 58.78%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A10FFB (or 0xA10FFB) is known color: Electric Purple. HEX triplet: A1, 0F and FB. RGB value is (161,15,251). Sum of RGB (Red+Green+Blue) = 161+15+251=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #A10FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A10FFB is #5EF004. Grayscale: #545454. Windows color (decimal): -6221829 or 16453537. OLE color: 16453537.

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

Color convert

RGB 161 15 251 -
CMYK 0.36 0.94 0 0.02
HSL 277.12º 0.97% 0.52% -
HSV(B) 277.12º 0.94% 0.98% -
XYZ 32.28 14.88 92.44 -
YUV 85.56 221.37 181.81 -
System Red Green Blue C M Y K H S L
Decimal 161 15 251 0.36 0.94 0 0.02 277.12 0.97 0.52
Hex A1 F FB 24 5E 0 2 115 61 34
Octal 241 17 373 44 136 0 2 425 141 64
Binary 10100001 1111 11111011 100100 1011110 0 10 100010101 1100001 110100

Color Harmonies of #A10FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10FFB

Black with #A10FFB

Text Example


Text Example

White with #A10FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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