Html Css Color HEX #A617FD Electric Purple

📋 copy color: '#A617FD'

red 166 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #A617FD

Tints of Electric Purple #A617FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.2%

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

R = 37.56%
G = 5.2%
B = 57.24%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A617FD (or 0xA617FD) is known color: Electric Purple. HEX triplet: A6, 17 and FD. RGB value is (166,23,253). Sum of RGB (Red+Green+Blue) = 166+23+253=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #A617FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A617FD is #59E802. Grayscale: #5B5B5B. Windows color (decimal): -5892099 or 16586662. OLE color: 16586662.

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

Color convert

RGB 166 23 253 -
CMYK 0.34 0.91 0 0.01
HSL 277.3º 0.98% 0.54% -
HSV(B) 277.3º 0.91% 0.99% -
XYZ 33.76 15.81 94.2 -
YUV 91.98 218.88 180.8 -
System Red Green Blue C M Y K H S L
Decimal 166 23 253 0.34 0.91 0 0.01 277.3 0.98 0.54
Hex A6 17 FD 22 5B 0 1 115 62 36
Octal 246 27 375 42 133 0 1 425 142 66
Binary 10100110 10111 11111101 100010 1011011 0 1 100010101 1100010 110110

Color Harmonies of #A617FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617FD

Black with #A617FD

Text Example


Text Example

White with #A617FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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