Html Css Color HEX #AF17FD Electric Purple

📋 copy color: '#AF17FD'

red 175 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #AF17FD

Tints of Electric Purple #AF17FD

RGB

 RED value IS 175 (68.75% from 255) = 38.8%

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

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

R = 38.8%
G = 5.1%
B = 56.1%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF17FD (or 0xAF17FD) is known color: Electric Purple. HEX triplet: AF, 17 and FD. RGB value is (175,23,253). Sum of RGB (Red+Green+Blue) = 175+23+253=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 23 (9.38% from 255 or 5.10% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF17FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17FD is #50E802. Grayscale: #5D5D5D. Windows color (decimal): -5302275 or 16586671. OLE color: 16586671.

HSL color Cylindrical-coordinate representation of color #AF17FD: hue angle of 279.65º 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 #AF17FD is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 23 253 -
CMYK 0.31 0.91 0 0.01
HSL 279.65º 0.98% 0.54% -
HSV(B) 279.65º 0.91% 0.99% -
XYZ 35.72 16.82 94.29 -
YUV 94.67 217.36 185.3 -
System Red Green Blue C M Y K H S L
Decimal 175 23 253 0.31 0.91 0 0.01 279.65 0.98 0.54
Hex AF 17 FD 1F 5B 0 1 118 62 36
Octal 257 27 375 37 133 0 1 430 142 66
Binary 10101111 10111 11111101 11111 1011011 0 1 100011000 1100010 110110

Color Harmonies of #AF17FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17FD

Black with #AF17FD

Text Example


Text Example

White with #AF17FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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