Html Css Color HEX #AF17E5 Electric Purple

📋 copy color: '#AF17E5'

red 175 ◦ green 23 ◦ blue 229

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

Shades of Electric Purple #AF17E5

Tints of Electric Purple #AF17E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.63%

R = 40.98%
G = 5.39%
B = 53.63%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF17E5 (or 0xAF17E5) is known color: Electric Purple. HEX triplet: AF, 17 and E5. RGB value is (175,23,229). Sum of RGB (Red+Green+Blue) = 175+23+229=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF17E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17E5 is #50E81A. Grayscale: #5B5B5B. Windows color (decimal): -5302299 or 15013807. OLE color: 15013807.

HSL color Cylindrical-coordinate representation of color #AF17E5: hue angle of 284.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF17E5 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 23 229 -
CMYK 0.24 0.90 0 0.10
HSL 284.27º 0.82% 0.49% -
HSV(B) 284.27º 0.9% 0.9% -
XYZ 32.13 15.38 75.4 -
YUV 91.93 205.36 187.25 -
System Red Green Blue C M Y K H S L
Decimal 175 23 229 0.24 0.90 0 0.10 284.27 0.82 0.49
Hex AF 17 E5 18 5A 0 A 11C 52 31
Octal 257 27 345 30 132 0 12 434 122 61
Binary 10101111 10111 11100101 11000 1011010 0 1010 100011100 1010010 110001

Color Harmonies of #AF17E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17E5

Black with #AF17E5

Text Example


Text Example

White with #AF17E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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