Html Css Color HEX #AF13EF Electric Purple

📋 copy color: '#AF13EF'

red 175 ◦ green 19 ◦ blue 239

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

Shades of Electric Purple #AF13EF

Tints of Electric Purple #AF13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.39%

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

R = 40.42%
G = 4.39%
B = 55.2%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF13EF (or 0xAF13EF) is known color: Electric Purple. HEX triplet: AF, 13 and EF. RGB value is (175,19,239). Sum of RGB (Red+Green+Blue) = 175+19+239=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF13EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF13EF is #50EC10. Grayscale: #5A5A5A. Windows color (decimal): -5303313 or 15668143. OLE color: 15668143.

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

Color convert

RGB 175 19 239 -
CMYK 0.27 0.92 0 0.06
HSL 282.55º 0.87% 0.51% -
HSV(B) 282.55º 0.92% 0.94% -
XYZ 33.49 15.81 82.95 -
YUV 90.72 211.68 188.11 -
System Red Green Blue C M Y K H S L
Decimal 175 19 239 0.27 0.92 0 0.06 282.55 0.87 0.51
Hex AF 13 EF 1B 5C 0 6 11B 57 33
Octal 257 23 357 33 134 0 6 433 127 63
Binary 10101111 10011 11101111 11011 1011100 0 110 100011011 1010111 110011

Color Harmonies of #AF13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF13EF

Black with #AF13EF

Text Example


Text Example

White with #AF13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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