Html Css Color HEX #AF12EC Electric Purple

📋 copy color: '#AF12EC'

red 175 ◦ green 18 ◦ blue 236

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

Shades of Electric Purple #AF12EC

Tints of Electric Purple #AF12EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 40.79%
G = 4.2%
B = 55.01%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF12EC (or 0xAF12EC) is known color: Electric Purple. HEX triplet: AF, 12 and EC. RGB value is (175,18,236). Sum of RGB (Red+Green+Blue) = 175+18+236=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF12EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF12EC is #50ED13. Grayscale: #595959. Windows color (decimal): -5303572 or 15471279. OLE color: 15471279.

HSL color Cylindrical-coordinate representation of color #AF12EC: hue angle of 283.21º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF12EC is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 18 236 -
CMYK 0.26 0.92 0 0.07
HSL 283.21º 0.86% 0.5% -
HSV(B) 283.21º 0.92% 0.93% -
XYZ 33.04 15.6 80.63 -
YUV 89.8 210.51 188.77 -
System Red Green Blue C M Y K H S L
Decimal 175 18 236 0.26 0.92 0 0.07 283.21 0.86 0.5
Hex AF 12 EC 1A 5C 0 7 11B 56 32
Octal 257 22 354 32 134 0 7 433 126 62
Binary 10101111 10010 11101100 11010 1011100 0 111 100011011 1010110 110010

Color Harmonies of #AF12EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12EC

Black with #AF12EC

Text Example


Text Example

White with #AF12EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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