Html Css Color HEX #A60CEF Electric Purple

📋 copy color: '#A60CEF'

red 166 ◦ green 12 ◦ blue 239

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

Shades of Electric Purple #A60CEF

Tints of Electric Purple #A60CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.31%

R = 39.81%
G = 2.88%
B = 57.31%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A60CEF (or 0xA60CEF) is known color: Electric Purple. HEX triplet: A6, 0C and EF. RGB value is (166,12,239). Sum of RGB (Red+Green+Blue) = 166+12+239=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #A60CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CEF is #59F310. Grayscale: #535353. Windows color (decimal): -5894929 or 15666342. OLE color: 15666342.

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

Color convert

RGB 166 12 239 -
CMYK 0.31 0.95 0 0.06
HSL 280.7º 0.9% 0.49% -
HSV(B) 280.7º 0.95% 0.94% -
XYZ 31.44 14.6 82.82 -
YUV 83.92 215.52 186.54 -
System Red Green Blue C M Y K H S L
Decimal 166 12 239 0.31 0.95 0 0.06 280.7 0.9 0.49
Hex A6 C EF 1F 5F 0 6 119 5A 31
Octal 246 14 357 37 137 0 6 431 132 61
Binary 10100110 1100 11101111 11111 1011111 0 110 100011001 1011010 110001

Color Harmonies of #A60CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CEF

Black with #A60CEF

Text Example


Text Example

White with #A60CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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