Html Css Color HEX #A60CFF Electric Purple

📋 copy color: '#A60CFF'

red 166 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #A60CFF

Tints of Electric Purple #A60CFF

RGB

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

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

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

R = 38.34%
G = 2.77%
B = 58.89%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A60CFF (or 0xA60CFF) is known color: Electric Purple. HEX triplet: A6, 0C and FF. RGB value is (166,12,255). Sum of RGB (Red+Green+Blue) = 166+12+255=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #A60CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CFF is #59F300. Grayscale: #545454. Windows color (decimal): -5894913 or 16714918. OLE color: 16714918.

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

Color convert

RGB 166 12 255 -
CMYK 0.35 0.95 0 0
HSL 278.02º 1% 0.52% -
HSV(B) 278.02º 0.95% 1% -
XYZ 33.91 15.59 95.83 -
YUV 85.75 223.52 185.24 -
System Red Green Blue C M Y K H S L
Decimal 166 12 255 0.35 0.95 0 0 278.02 1 0.52
Hex A6 C FF 23 5F 0 0 116 64 34
Octal 246 14 377 43 137 0 0 426 144 64
Binary 10100110 1100 11111111 100011 1011111 0 0 100010110 1100100 110100

Color Harmonies of #A60CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CFF

Black with #A60CFF

Text Example


Text Example

White with #A60CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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