Html Css Color HEX #AF19FA Electric Purple

📋 copy color: '#AF19FA'

red 175 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #AF19FA

Tints of Electric Purple #AF19FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 38.89%
G = 5.56%
B = 55.56%

CMYK

 C value IS 0.3

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF19FA (or 0xAF19FA) is known color: Electric Purple. HEX triplet: AF, 19 and FA. RGB value is (175,25,250). Sum of RGB (Red+Green+Blue) = 175+25+250=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19FA is #50E605. Grayscale: #5E5E5E. Windows color (decimal): -5301766 or 16390575. OLE color: 16390575.

HSL color Cylindrical-coordinate representation of color #AF19FA: hue angle of 280º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF19FA is Cyan = 0.3, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 25 250 -
CMYK 0.3 0.9 0 0.02
HSL 280º 0.96% 0.54% -
HSV(B) 280º 0.9% 0.98% -
XYZ 35.28 16.71 91.81 -
YUV 95.5 215.2 184.7 -
System Red Green Blue C M Y K H S L
Decimal 175 25 250 0.3 0.9 0 0.02 280 0.96 0.54
Hex AF 19 FA 1E 5A 0 2 118 60 36
Octal 257 31 372 36 132 0 2 430 140 66
Binary 10101111 11001 11111010 11110 1011010 0 10 100011000 1100000 110110

Color Harmonies of #AF19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19FA

Black with #AF19FA

Text Example


Text Example

White with #AF19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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