Html Css Color HEX #AF17EF Electric Purple

📋 copy color: '#AF17EF'

red 175 ◦ green 23 ◦ blue 239

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

Shades of Electric Purple #AF17EF

Tints of Electric Purple #AF17EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 40.05%
G = 5.26%
B = 54.69%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF17EF (or 0xAF17EF) is known color: Electric Purple. HEX triplet: AF, 17 and EF. RGB value is (175,23,239). Sum of RGB (Red+Green+Blue) = 175+23+239=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17EF is #50E810. Grayscale: #5C5C5C. Windows color (decimal): -5302289 or 15669167. OLE color: 15669167.

HSL color Cylindrical-coordinate representation of color #AF17EF: hue angle of 282.22º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF17EF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 23 239 -
CMYK 0.27 0.90 0 0.06
HSL 282.22º 0.87% 0.51% -
HSV(B) 282.22º 0.9% 0.94% -
XYZ 33.57 15.96 82.97 -
YUV 93.07 210.36 186.44 -
System Red Green Blue C M Y K H S L
Decimal 175 23 239 0.27 0.90 0 0.06 282.22 0.87 0.51
Hex AF 17 EF 1B 5A 0 6 11A 57 33
Octal 257 27 357 33 132 0 6 432 127 63
Binary 10101111 10111 11101111 11011 1011010 0 110 100011010 1010111 110011

Color Harmonies of #AF17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17EF

Black with #AF17EF

Text Example


Text Example

White with #AF17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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