Html Css Color HEX #A60BFA Electric Purple

📋 copy color: '#A60BFA'

red 166 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #A60BFA

Tints of Electric Purple #A60BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.58%

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 38.88%
G = 2.58%
B = 58.55%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A60BFA (or 0xA60BFA) is known color: Electric Purple. HEX triplet: A6, 0B and FA. RGB value is (166,11,250). Sum of RGB (Red+Green+Blue) = 166+11+250=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #A60BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60BFA is #59F405. Grayscale: #535353. Windows color (decimal): -5895174 or 16386982. OLE color: 16386982.

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

Color convert

RGB 166 11 250 -
CMYK 0.34 0.96 0 0.02
HSL 278.91º 0.96% 0.51% -
HSV(B) 278.91º 0.96% 0.98% -
XYZ 33.1 15.25 91.64 -
YUV 84.59 221.35 186.07 -
System Red Green Blue C M Y K H S L
Decimal 166 11 250 0.34 0.96 0 0.02 278.91 0.96 0.51
Hex A6 B FA 22 60 0 2 117 60 33
Octal 246 13 372 42 140 0 2 427 140 63
Binary 10100110 1011 11111010 100010 1100000 0 10 100010111 1100000 110011

Color Harmonies of #A60BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60BFA

Black with #A60BFA

Text Example


Text Example

White with #A60BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60BFA; }

 p { color: rgb(166,11,250); }

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

background-color css

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

 a { background-color: rgb(166,11,250); }

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

border-color css

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

 span { border-color: rgb(166,11,250); }

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