Html Css Color HEX #A60FF9 Electric Purple

📋 copy color: '#A60FF9'

red 166 ◦ green 15 ◦ blue 249

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

Shades of Electric Purple #A60FF9

Tints of Electric Purple #A60FF9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

 BLUE value IS 249 (97.66% from 255) = 57.91%

R = 38.6%
G = 3.49%
B = 57.91%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A60FF9 (or 0xA60FF9) is known color: Electric Purple. HEX triplet: A6, 0F and F9. RGB value is (166,15,249). Sum of RGB (Red+Green+Blue) = 166+15+249=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #A60FF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60FF9 is #59F006. Grayscale: #565656. Windows color (decimal): -5894151 or 16322470. OLE color: 16322470.

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

Color convert

RGB 166 15 249 -
CMYK 0.33 0.94 0 0.02
HSL 278.72º 0.95% 0.52% -
HSV(B) 278.72º 0.94% 0.98% -
XYZ 33 15.29 90.83 -
YUV 86.83 219.53 184.47 -
System Red Green Blue C M Y K H S L
Decimal 166 15 249 0.33 0.94 0 0.02 278.72 0.95 0.52
Hex A6 F F9 21 5E 0 2 117 5F 34
Octal 246 17 371 41 136 0 2 427 137 64
Binary 10100110 1111 11111001 100001 1011110 0 10 100010111 1011111 110100

Color Harmonies of #A60FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60FF9

Black with #A60FF9

Text Example


Text Example

White with #A60FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60FF9; }

 p { color: rgb(166,15,249); }

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

background-color css

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

 a { background-color: rgb(166,15,249); }

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

border-color css

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

 span { border-color: rgb(166,15,249); }

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