Html Css Color HEX #AF17FA Electric Purple

📋 copy color: '#AF17FA'

red 175 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #AF17FA

Tints of Electric Purple #AF17FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 39.06%
G = 5.13%
B = 55.8%

CMYK

 C value IS 0.3

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF17FA (or 0xAF17FA) is known color: Electric Purple. HEX triplet: AF, 17 and FA. RGB value is (175,23,250). Sum of RGB (Red+Green+Blue) = 175+23+250=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF17FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF17FA is #50E805. Grayscale: #5D5D5D. Windows color (decimal): -5302278 or 16390063. OLE color: 16390063.

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

Color convert

RGB 175 23 250 -
CMYK 0.3 0.91 0 0.02
HSL 280.18º 0.96% 0.54% -
HSV(B) 280.18º 0.91% 0.98% -
XYZ 35.24 16.63 91.79 -
YUV 94.33 215.86 185.54 -
System Red Green Blue C M Y K H S L
Decimal 175 23 250 0.3 0.91 0 0.02 280.18 0.96 0.54
Hex AF 17 FA 1E 5B 0 2 118 60 36
Octal 257 27 372 36 133 0 2 430 140 66
Binary 10101111 10111 11111010 11110 1011011 0 10 100011000 1100000 110110

Color Harmonies of #AF17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17FA

Black with #AF17FA

Text Example


Text Example

White with #AF17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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