Html Css Color HEX #AF19ED Electric Purple

📋 copy color: '#AF19ED'

red 175 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #AF19ED

Tints of Electric Purple #AF19ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 40.05%
G = 5.72%
B = 54.23%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF19ED (or 0xAF19ED) is known color: Electric Purple. HEX triplet: AF, 19 and ED. RGB value is (175,25,237). Sum of RGB (Red+Green+Blue) = 175+25+237=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF19ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19ED is #50E612. Grayscale: #5D5D5D. Windows color (decimal): -5301779 or 15538607. OLE color: 15538607.

HSL color Cylindrical-coordinate representation of color #AF19ED: hue angle of 282.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19ED is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 25 237 -
CMYK 0.26 0.89 0 0.07
HSL 282.45º 0.85% 0.51% -
HSV(B) 282.45º 0.89% 0.93% -
XYZ 33.31 15.92 81.44 -
YUV 94.02 208.7 185.76 -
System Red Green Blue C M Y K H S L
Decimal 175 25 237 0.26 0.89 0 0.07 282.45 0.85 0.51
Hex AF 19 ED 1A 59 0 7 11A 55 33
Octal 257 31 355 32 131 0 7 432 125 63
Binary 10101111 11001 11101101 11010 1011001 0 111 100011010 1010101 110011

Color Harmonies of #AF19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19ED

Black with #AF19ED

Text Example


Text Example

White with #AF19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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