Html Css Color HEX #AF19FD Electric Purple

📋 copy color: '#AF19FD'

red 175 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #AF19FD

Tints of Electric Purple #AF19FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 38.63%
G = 5.52%
B = 55.85%

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

#AF19FD (or 0xAF19FD) is known color: Electric Purple. HEX triplet: AF, 19 and FD. RGB value is (175,25,253). Sum of RGB (Red+Green+Blue) = 175+25+253=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF19FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19FD is #50E602. Grayscale: #5F5F5F. Windows color (decimal): -5301763 or 16587183. OLE color: 16587183.

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

Color convert

RGB 175 25 253 -
CMYK 0.31 0.90 0 0.01
HSL 279.47º 0.98% 0.55% -
HSV(B) 279.47º 0.9% 0.99% -
XYZ 35.76 16.9 94.31 -
YUV 95.84 216.7 184.46 -
System Red Green Blue C M Y K H S L
Decimal 175 25 253 0.31 0.90 0 0.01 279.47 0.98 0.55
Hex AF 19 FD 1F 5A 0 1 117 62 37
Octal 257 31 375 37 132 0 1 427 142 67
Binary 10101111 11001 11111101 11111 1011010 0 1 100010111 1100010 110111

Color Harmonies of #AF19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19FD

Black with #AF19FD

Text Example


Text Example

White with #AF19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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