Html Css Color HEX #AF11EF Electric Purple

📋 copy color: '#AF11EF'

red 175 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #AF11EF

Tints of Electric Purple #AF11EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.94%

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

R = 40.6%
G = 3.94%
B = 55.45%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF11EF (or 0xAF11EF) is known color: Electric Purple. HEX triplet: AF, 11 and EF. RGB value is (175,17,239). Sum of RGB (Red+Green+Blue) = 175+17+239=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF11EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF11EF is #50EE10. Grayscale: #585858. Windows color (decimal): -5303825 or 15667631. OLE color: 15667631.

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

Color convert

RGB 175 17 239 -
CMYK 0.27 0.93 0 0.06
HSL 282.7º 0.87% 0.5% -
HSV(B) 282.7º 0.93% 0.94% -
XYZ 33.46 15.75 82.94 -
YUV 89.55 212.35 188.95 -
System Red Green Blue C M Y K H S L
Decimal 175 17 239 0.27 0.93 0 0.06 282.7 0.87 0.5
Hex AF 11 EF 1B 5D 0 6 11B 57 32
Octal 257 21 357 33 135 0 6 433 127 62
Binary 10101111 10001 11101111 11011 1011101 0 110 100011011 1010111 110010

Color Harmonies of #AF11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11EF

Black with #AF11EF

Text Example


Text Example

White with #AF11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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