Html Css Color HEX #A60CFB Electric Purple

📋 copy color: '#A60CFB'

red 166 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #A60CFB

Tints of Electric Purple #A60CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 38.69%
G = 2.8%
B = 58.51%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A60CFB (or 0xA60CFB) is known color: Electric Purple. HEX triplet: A6, 0C and FB. RGB value is (166,12,251). Sum of RGB (Red+Green+Blue) = 166+12+251=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #A60CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60CFB is #59F304. Grayscale: #545454. Windows color (decimal): -5894917 or 16452774. OLE color: 16452774.

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

Color convert

RGB 166 12 251 -
CMYK 0.34 0.95 0 0.02
HSL 278.66º 0.97% 0.52% -
HSV(B) 278.66º 0.95% 0.98% -
XYZ 33.27 15.33 92.47 -
YUV 85.29 221.52 185.57 -
System Red Green Blue C M Y K H S L
Decimal 166 12 251 0.34 0.95 0 0.02 278.66 0.97 0.52
Hex A6 C FB 22 5F 0 2 117 61 34
Octal 246 14 373 42 137 0 2 427 141 64
Binary 10100110 1100 11111011 100010 1011111 0 10 100010111 1100001 110100

Color Harmonies of #A60CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60CFB

Black with #A60CFB

Text Example


Text Example

White with #A60CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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