Html Css Color HEX #AF19FE Electric Purple

📋 copy color: '#AF19FE'

red 175 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #AF19FE

Tints of Electric Purple #AF19FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 38.55%
G = 5.51%
B = 55.95%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF19FE (or 0xAF19FE) is known color: Electric Purple. HEX triplet: AF, 19 and FE. RGB value is (175,25,254). Sum of RGB (Red+Green+Blue) = 175+25+254=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF19FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19FE is #50E601. Grayscale: #5F5F5F. Windows color (decimal): -5301762 or 16652719. OLE color: 16652719.

HSL color Cylindrical-coordinate representation of color #AF19FE: hue angle of 279.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF19FE is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 25 254 -
CMYK 0.31 0.90 0 0.00
HSL 279.3º 0.99% 0.55% -
HSV(B) 279.3º 0.9% 1% -
XYZ 35.92 16.96 95.15 -
YUV 95.96 217.2 184.38 -
System Red Green Blue C M Y K H S L
Decimal 175 25 254 0.31 0.90 0 0.00 279.3 0.99 0.55
Hex AF 19 FE 1F 5A 0 0 117 63 37
Octal 257 31 376 37 132 0 0 427 143 67
Binary 10101111 11001 11111110 11111 1011010 0 0 100010111 1100011 110111

Color Harmonies of #AF19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19FE

Black with #AF19FE

Text Example


Text Example

White with #AF19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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