Html Css Color HEX #AF12EF Electric Purple

📋 copy color: '#AF12EF'

red 175 ◦ green 18 ◦ blue 239

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

Shades of Electric Purple #AF12EF

Tints of Electric Purple #AF12EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.17%

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

R = 40.51%
G = 4.17%
B = 55.32%

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

#AF12EF (or 0xAF12EF) is known color: Electric Purple. HEX triplet: AF, 12 and EF. RGB value is (175,18,239). Sum of RGB (Red+Green+Blue) = 175+18+239=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF12EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF12EF is #50ED10. Grayscale: #595959. Windows color (decimal): -5303569 or 15667887. OLE color: 15667887.

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

Color convert

RGB 175 18 239 -
CMYK 0.27 0.92 0 0.06
HSL 282.62º 0.87% 0.5% -
HSV(B) 282.62º 0.92% 0.94% -
XYZ 33.48 15.78 82.94 -
YUV 90.14 212.01 188.53 -
System Red Green Blue C M Y K H S L
Decimal 175 18 239 0.27 0.92 0 0.06 282.62 0.87 0.5
Hex AF 12 EF 1B 5C 0 6 11B 57 32
Octal 257 22 357 33 134 0 6 433 127 62
Binary 10101111 10010 11101111 11011 1011100 0 110 100011011 1010111 110010

Color Harmonies of #AF12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12EF

Black with #AF12EF

Text Example


Text Example

White with #AF12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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