Html Css Color HEX #A60AFF Electric Purple

📋 copy color: '#A60AFF'

red 166 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #A60AFF

Tints of Electric Purple #A60AFF

RGB

 RED value IS 166 (65.23% from 255) = 38.52%

 GREEN value IS 10 (4.3% from 255) = 2.32%

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

R = 38.52%
G = 2.32%
B = 59.16%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A60AFF (or 0xA60AFF) is known color: Electric Purple. HEX triplet: A6, 0A and FF. RGB value is (166,10,255). Sum of RGB (Red+Green+Blue) = 166+10+255=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #A60AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AFF is #59F500. Grayscale: #535353. Windows color (decimal): -5895425 or 16714406. OLE color: 16714406.

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

Color convert

RGB 166 10 255 -
CMYK 0.35 0.96 0 0
HSL 278.2º 1% 0.52% -
HSV(B) 278.2º 0.96% 1% -
XYZ 33.88 15.54 95.82 -
YUV 84.57 224.18 186.08 -
System Red Green Blue C M Y K H S L
Decimal 166 10 255 0.35 0.96 0 0 278.2 1 0.52
Hex A6 A FF 23 60 0 0 116 64 34
Octal 246 12 377 43 140 0 0 426 144 64
Binary 10100110 1010 11111111 100011 1100000 0 0 100010110 1100100 110100

Color Harmonies of #A60AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AFF

Black with #A60AFF

Text Example


Text Example

White with #A60AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AFF; }

 p { color: rgb(166,10,255); }

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

background-color css

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

 a { background-color: rgb(166,10,255); }

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

border-color css

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

 span { border-color: rgb(166,10,255); }

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