Html Css Color HEX #A106FF Electric Purple

📋 copy color: '#A106FF'

red 161 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #A106FF

Tints of Electric Purple #A106FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 255 (100% from 255) = 60.43%

R = 38.15%
G = 1.42%
B = 60.43%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A106FF (or 0xA106FF) is known color: Electric Purple. HEX triplet: A1, 06 and FF. RGB value is (161,6,255). Sum of RGB (Red+Green+Blue) = 161+6+255=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #A106FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A106FF is #5EF900. Grayscale: #4F4F4F. Windows color (decimal): -6224129 or 16713377. OLE color: 16713377.

HSL color Cylindrical-coordinate representation of color #A106FF: hue angle of 277.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A106FF is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 6 255 -
CMYK 0.37 0.98 0 0
HSL 277.35º 1% 0.51% -
HSV(B) 277.35º 0.98% 1% -
XYZ 32.81 14.93 95.76 -
YUV 80.73 226.35 185.25 -
System Red Green Blue C M Y K H S L
Decimal 161 6 255 0.37 0.98 0 0 277.35 1 0.51
Hex A1 6 FF 25 62 0 0 115 64 33
Octal 241 6 377 45 142 0 0 425 144 63
Binary 10100001 110 11111111 100101 1100010 0 0 100010101 1100100 110011

Color Harmonies of #A106FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A106FF

Black with #A106FF

Text Example


Text Example

White with #A106FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A106FF; }

 p { color: rgb(161,6,255); }

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

background-color css

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

 a { background-color: rgb(161,6,255); }

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

border-color css

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

 span { border-color: rgb(161,6,255); }

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