Html Css Color HEX #A610FD Electric Purple

📋 copy color: '#A610FD'

red 166 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #A610FD

Tints of Electric Purple #A610FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.68%

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 38.16%
G = 3.68%
B = 58.16%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A610FD (or 0xA610FD) is known color: Electric Purple. HEX triplet: A6, 10 and FD. RGB value is (166,16,253). Sum of RGB (Red+Green+Blue) = 166+16+253=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A610FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A610FD is #59EF02. Grayscale: #575757. Windows color (decimal): -5893891 or 16584870. OLE color: 16584870.

HSL color Cylindrical-coordinate representation of color #A610FD: hue angle of 277.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A610FD is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 16 253 -
CMYK 0.34 0.94 0 0.01
HSL 277.97º 0.98% 0.53% -
HSV(B) 277.97º 0.94% 0.99% -
XYZ 33.64 15.57 94.16 -
YUV 87.87 221.2 183.73 -
System Red Green Blue C M Y K H S L
Decimal 166 16 253 0.34 0.94 0 0.01 277.97 0.98 0.53
Hex A6 10 FD 22 5E 0 1 116 62 35
Octal 246 20 375 42 136 0 1 426 142 65
Binary 10100110 10000 11111101 100010 1011110 0 1 100010110 1100010 110101

Color Harmonies of #A610FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A610FD

Black with #A610FD

Text Example


Text Example

White with #A610FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A610FD; }

 p { color: rgb(166,16,253); }

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

background-color css

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

 a { background-color: rgb(166,16,253); }

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

border-color css

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

 span { border-color: rgb(166,16,253); }

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