Html Css Color HEX #AF19EA Electric Purple

📋 copy color: '#AF19EA'

red 175 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #AF19EA

Tints of Electric Purple #AF19EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 40.32%
G = 5.76%
B = 53.92%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF19EA (or 0xAF19EA) is known color: Electric Purple. HEX triplet: AF, 19 and EA. RGB value is (175,25,234). Sum of RGB (Red+Green+Blue) = 175+25+234=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF19EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF19EA is #50E615. Grayscale: #5C5C5C. Windows color (decimal): -5301782 or 15341999. OLE color: 15341999.

HSL color Cylindrical-coordinate representation of color #AF19EA: hue angle of 283.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19EA is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 25 234 -
CMYK 0.25 0.89 0 0.08
HSL 283.06º 0.83% 0.51% -
HSV(B) 283.06º 0.89% 0.92% -
XYZ 32.88 15.75 79.15 -
YUV 93.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 175 25 234 0.25 0.89 0 0.08 283.06 0.83 0.51
Hex AF 19 EA 19 59 0 8 11B 53 33
Octal 257 31 352 31 131 0 10 433 123 63
Binary 10101111 11001 11101010 11001 1011001 0 1000 100011011 1010011 110011

Color Harmonies of #AF19EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19EA

Black with #AF19EA

Text Example


Text Example

White with #AF19EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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