Html Css Color HEX #AF0EFE Electric Purple

📋 copy color: '#AF0EFE'

red 175 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #AF0EFE

Tints of Electric Purple #AF0EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.16%

 BLUE value IS 254 (99.61% from 255) = 57.34%

R = 39.5%
G = 3.16%
B = 57.34%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF0EFE (or 0xAF0EFE) is known color: Electric Purple. HEX triplet: AF, 0E and FE. RGB value is (175,14,254). Sum of RGB (Red+Green+Blue) = 175+14+254=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF0EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0EFE is #50F101. Grayscale: #585858. Windows color (decimal): -5304578 or 16649903. OLE color: 16649903.

HSL color Cylindrical-coordinate representation of color #AF0EFE: hue angle of 280.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0EFE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 14 254 -
CMYK 0.31 0.94 0 0.00
HSL 280.25º 0.99% 0.53% -
HSV(B) 280.25º 0.94% 1% -
XYZ 35.73 16.58 95.08 -
YUV 89.5 220.84 188.99 -
System Red Green Blue C M Y K H S L
Decimal 175 14 254 0.31 0.94 0 0.00 280.25 0.99 0.53
Hex AF E FE 1F 5E 0 0 118 63 35
Octal 257 16 376 37 136 0 0 430 143 65
Binary 10101111 1110 11111110 11111 1011110 0 0 100011000 1100011 110101

Color Harmonies of #AF0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0EFE

Black with #AF0EFE

Text Example


Text Example

White with #AF0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0EFE; }

 p { color: rgb(175,14,254); }

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

background-color css

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

 a { background-color: rgb(175,14,254); }

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

border-color css

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

 span { border-color: rgb(175,14,254); }

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