Html Css Color HEX #AF19F7 Electric Purple

📋 copy color: '#AF19F7'

red 175 ◦ green 25 ◦ blue 247

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

Shades of Electric Purple #AF19F7

Tints of Electric Purple #AF19F7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.59%

 BLUE value IS 247 (96.88% from 255) = 55.26%

R = 39.15%
G = 5.59%
B = 55.26%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF19F7 (or 0xAF19F7) is known color: Electric Purple. HEX triplet: AF, 19 and F7. RGB value is (175,25,247). Sum of RGB (Red+Green+Blue) = 175+25+247=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 247 (96.88% from 255 or 55.26% from 447); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF19F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19F7 is #50E608. Grayscale: #5E5E5E. Windows color (decimal): -5301769 or 16193967. OLE color: 16193967.

HSL color Cylindrical-coordinate representation of color #AF19F7: hue angle of 280.54º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF19F7 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 25 247 -
CMYK 0.29 0.90 0 0.03
HSL 280.54º 0.93% 0.53% -
HSV(B) 280.54º 0.9% 0.97% -
XYZ 34.82 16.52 89.35 -
YUV 95.16 213.7 184.95 -
System Red Green Blue C M Y K H S L
Decimal 175 25 247 0.29 0.90 0 0.03 280.54 0.93 0.53
Hex AF 19 F7 1D 5A 0 3 119 5D 35
Octal 257 31 367 35 132 0 3 431 135 65
Binary 10101111 11001 11110111 11101 1011010 0 11 100011001 1011101 110101

Color Harmonies of #AF19F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19F7

Black with #AF19F7

Text Example


Text Example

White with #AF19F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19F7; }

 p { color: rgb(175,25,247); }

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

background-color css

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

 a { background-color: rgb(175,25,247); }

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

border-color css

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

 span { border-color: rgb(175,25,247); }

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