Html Css Color HEX #AF19FC Electric Purple

📋 copy color: '#AF19FC'

red 175 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #AF19FC

Tints of Electric Purple #AF19FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 38.72%
G = 5.53%
B = 55.75%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF19FC (or 0xAF19FC) is known color: Electric Purple. HEX triplet: AF, 19 and FC. RGB value is (175,25,252). Sum of RGB (Red+Green+Blue) = 175+25+252=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF19FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19FC is #50E603. Grayscale: #5E5E5E. Windows color (decimal): -5301764 or 16521647. OLE color: 16521647.

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

Color convert

RGB 175 25 252 -
CMYK 0.31 0.90 0 0.01
HSL 279.65º 0.97% 0.54% -
HSV(B) 279.65º 0.9% 0.99% -
XYZ 35.6 16.84 93.47 -
YUV 95.73 216.2 184.54 -
System Red Green Blue C M Y K H S L
Decimal 175 25 252 0.31 0.90 0 0.01 279.65 0.97 0.54
Hex AF 19 FC 1F 5A 0 1 118 61 36
Octal 257 31 374 37 132 0 1 430 141 66
Binary 10101111 11001 11111100 11111 1011010 0 1 100011000 1100001 110110

Color Harmonies of #AF19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19FC

Black with #AF19FC

Text Example


Text Example

White with #AF19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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