Html Css Color HEX #AF1FEC Electric Purple

📋 copy color: '#AF1FEC'

red 175 ◦ green 31 ◦ blue 236

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

Shades of Electric Purple #AF1FEC

Tints of Electric Purple #AF1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.01%

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

R = 39.59%
G = 7.01%
B = 53.39%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF1FEC (or 0xAF1FEC) is known color: Electric Purple. HEX triplet: AF, 1F and EC. RGB value is (175,31,236). Sum of RGB (Red+Green+Blue) = 175+31+236=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF1FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1FEC is #50E013. Grayscale: #606060. Windows color (decimal): -5300244 or 15474607. OLE color: 15474607.

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

Color convert

RGB 175 31 236 -
CMYK 0.26 0.87 0 0.07
HSL 282.15º 0.84% 0.52% -
HSV(B) 282.15º 0.87% 0.93% -
XYZ 33.31 16.15 80.72 -
YUV 97.43 206.21 183.33 -
System Red Green Blue C M Y K H S L
Decimal 175 31 236 0.26 0.87 0 0.07 282.15 0.84 0.52
Hex AF 1F EC 1A 57 0 7 11A 54 34
Octal 257 37 354 32 127 0 7 432 124 64
Binary 10101111 11111 11101100 11010 1010111 0 111 100011010 1010100 110100

Color Harmonies of #AF1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FEC

Black with #AF1FEC

Text Example


Text Example

White with #AF1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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