Html Css Color HEX #AF0FEC Electric Purple

📋 copy color: '#AF0FEC'

red 175 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #AF0FEC

Tints of Electric Purple #AF0FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.52%

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

R = 41.08%
G = 3.52%
B = 55.4%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF0FEC (or 0xAF0FEC) is known color: Electric Purple. HEX triplet: AF, 0F and EC. RGB value is (175,15,236). Sum of RGB (Red+Green+Blue) = 175+15+236=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FEC is #50F013. Grayscale: #575757. Windows color (decimal): -5304340 or 15470511. OLE color: 15470511.

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

Color convert

RGB 175 15 236 -
CMYK 0.26 0.94 0 0.07
HSL 283.44º 0.88% 0.49% -
HSV(B) 283.44º 0.94% 0.93% -
XYZ 32.99 15.51 80.61 -
YUV 88.03 211.51 190.03 -
System Red Green Blue C M Y K H S L
Decimal 175 15 236 0.26 0.94 0 0.07 283.44 0.88 0.49
Hex AF F EC 1A 5E 0 7 11B 58 31
Octal 257 17 354 32 136 0 7 433 130 61
Binary 10101111 1111 11101100 11010 1011110 0 111 100011011 1011000 110001

Color Harmonies of #AF0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FEC

Black with #AF0FEC

Text Example


Text Example

White with #AF0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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