Html Css Color HEX #AF17FC Electric Purple

📋 copy color: '#AF17FC'

red 175 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #AF17FC

Tints of Electric Purple #AF17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 38.89%
G = 5.11%
B = 56%

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

#AF17FC (or 0xAF17FC) is known color: Electric Purple. HEX triplet: AF, 17 and FC. RGB value is (175,23,252). Sum of RGB (Red+Green+Blue) = 175+23+252=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17FC is #50E803. Grayscale: #5D5D5D. Windows color (decimal): -5302276 or 16521135. OLE color: 16521135.

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

Color convert

RGB 175 23 252 -
CMYK 0.31 0.91 0 0.01
HSL 279.83º 0.97% 0.54% -
HSV(B) 279.83º 0.91% 0.99% -
XYZ 35.56 16.76 93.46 -
YUV 94.55 216.86 185.38 -
System Red Green Blue C M Y K H S L
Decimal 175 23 252 0.31 0.91 0 0.01 279.83 0.97 0.54
Hex AF 17 FC 1F 5B 0 1 118 61 36
Octal 257 27 374 37 133 0 1 430 141 66
Binary 10101111 10111 11111100 11111 1011011 0 1 100011000 1100001 110110

Color Harmonies of #AF17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17FC

Black with #AF17FC

Text Example


Text Example

White with #AF17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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