Html Css Color HEX #AF17FF Electric Purple

📋 copy color: '#AF17FF'

red 175 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #AF17FF

Tints of Electric Purple #AF17FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 38.63%
G = 5.08%
B = 56.29%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF17FF (or 0xAF17FF) is known color: Electric Purple. HEX triplet: AF, 17 and FF. RGB value is (175,23,255). Sum of RGB (Red+Green+Blue) = 175+23+255=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17FF is #50E800. Grayscale: #5E5E5E. Windows color (decimal): -5302273 or 16717743. OLE color: 16717743.

HSL color Cylindrical-coordinate representation of color #AF17FF: hue angle of 279.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF17FF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 23 255 -
CMYK 0.31 0.91 0 0
HSL 279.31º 1% 0.55% -
HSV(B) 279.31º 0.91% 1% -
XYZ 36.04 16.95 95.98 -
YUV 94.9 218.36 185.14 -
System Red Green Blue C M Y K H S L
Decimal 175 23 255 0.31 0.91 0 0 279.31 1 0.55
Hex AF 17 FF 1F 5B 0 0 117 64 37
Octal 257 27 377 37 133 0 0 427 144 67
Binary 10101111 10111 11111111 11111 1011011 0 0 100010111 1100100 110111

Color Harmonies of #AF17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17FF

Black with #AF17FF

Text Example


Text Example

White with #AF17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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