Html Css Color HEX #A60DF9 Electric Purple

📋 copy color: '#A60DF9'

red 166 ◦ green 13 ◦ blue 249

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

Shades of Electric Purple #A60DF9

Tints of Electric Purple #A60DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

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

R = 38.79%
G = 3.04%
B = 58.18%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A60DF9 (or 0xA60DF9) is known color: Electric Purple. HEX triplet: A6, 0D and F9. RGB value is (166,13,249). Sum of RGB (Red+Green+Blue) = 166+13+249=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #A60DF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60DF9 is #59F206. Grayscale: #545454. Windows color (decimal): -5894663 or 16321958. OLE color: 16321958.

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

Color convert

RGB 166 13 249 -
CMYK 0.33 0.95 0 0.02
HSL 278.9º 0.95% 0.51% -
HSV(B) 278.9º 0.95% 0.98% -
XYZ 32.97 15.23 90.83 -
YUV 85.65 220.19 185.31 -
System Red Green Blue C M Y K H S L
Decimal 166 13 249 0.33 0.95 0 0.02 278.9 0.95 0.51
Hex A6 D F9 21 5F 0 2 117 5F 33
Octal 246 15 371 41 137 0 2 427 137 63
Binary 10100110 1101 11111001 100001 1011111 0 10 100010111 1011111 110011

Color Harmonies of #A60DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60DF9

Black with #A60DF9

Text Example


Text Example

White with #A60DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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