Html Css Color HEX #AF19EF Electric Purple

📋 copy color: '#AF19EF'

red 175 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #AF19EF

Tints of Electric Purple #AF19EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 39.86%
G = 5.69%
B = 54.44%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF19EF (or 0xAF19EF) is known color: Electric Purple. HEX triplet: AF, 19 and EF. RGB value is (175,25,239). Sum of RGB (Red+Green+Blue) = 175+25+239=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF19EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19EF is #50E610. Grayscale: #5D5D5D. Windows color (decimal): -5301777 or 15669679. OLE color: 15669679.

HSL color Cylindrical-coordinate representation of color #AF19EF: hue angle of 282.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF19EF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 25 239 -
CMYK 0.27 0.90 0 0.06
HSL 282.06º 0.87% 0.52% -
HSV(B) 282.06º 0.9% 0.94% -
XYZ 33.61 16.04 82.99 -
YUV 94.25 209.7 185.6 -
System Red Green Blue C M Y K H S L
Decimal 175 25 239 0.27 0.90 0 0.06 282.06 0.87 0.52
Hex AF 19 EF 1B 5A 0 6 11A 57 34
Octal 257 31 357 33 132 0 6 432 127 64
Binary 10101111 11001 11101111 11011 1011010 0 110 100011010 1010111 110100

Color Harmonies of #AF19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19EF

Black with #AF19EF

Text Example


Text Example

White with #AF19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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