Html Css Color HEX #A60AF2 Electric Purple

📋 copy color: '#A60AF2'

red 166 ◦ green 10 ◦ blue 242

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

Shades of Electric Purple #A60AF2

Tints of Electric Purple #A60AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.89%

R = 39.71%
G = 2.39%
B = 57.89%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A60AF2 (or 0xA60AF2) is known color: Electric Purple. HEX triplet: A6, 0A and F2. RGB value is (166,10,242). Sum of RGB (Red+Green+Blue) = 166+10+242=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 242 (94.92% from 255 or 57.89% from 418); Max value from RGB is 242 - color contains mainly: blue. Hex color #A60AF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AF2 is #59F50D. Grayscale: #525252. Windows color (decimal): -5895438 or 15862438. OLE color: 15862438.

HSL color Cylindrical-coordinate representation of color #A60AF2: hue angle of 280.34º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60AF2 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 10 242 -
CMYK 0.31 0.96 0 0.05
HSL 280.34º 0.92% 0.49% -
HSV(B) 280.34º 0.96% 0.95% -
XYZ 31.86 14.73 85.17 -
YUV 83.09 217.68 187.14 -
System Red Green Blue C M Y K H S L
Decimal 166 10 242 0.31 0.96 0 0.05 280.34 0.92 0.49
Hex A6 A F2 1F 60 0 5 118 5C 31
Octal 246 12 362 37 140 0 5 430 134 61
Binary 10100110 1010 11110010 11111 1100000 0 101 100011000 1011100 110001

Color Harmonies of #A60AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60AF2

Black with #A60AF2

Text Example


Text Example

White with #A60AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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