Html Css Color HEX #AF12FE Electric Purple

📋 copy color: '#AF12FE'

red 175 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #AF12FE

Tints of Electric Purple #AF12FE

RGB

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

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

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

R = 39.15%
G = 4.03%
B = 56.82%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF12FE (or 0xAF12FE) is known color: Electric Purple. HEX triplet: AF, 12 and FE. RGB value is (175,18,254). Sum of RGB (Red+Green+Blue) = 175+18+254=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF12FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF12FE is #50ED01. Grayscale: #5B5B5B. Windows color (decimal): -5303554 or 16650927. OLE color: 16650927.

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

Color convert

RGB 175 18 254 -
CMYK 0.31 0.93 0 0.00
HSL 279.92º 0.99% 0.53% -
HSV(B) 279.92º 0.93% 1% -
XYZ 35.78 16.7 95.1 -
YUV 91.85 219.51 187.31 -
System Red Green Blue C M Y K H S L
Decimal 175 18 254 0.31 0.93 0 0.00 279.92 0.99 0.53
Hex AF 12 FE 1F 5D 0 0 118 63 35
Octal 257 22 376 37 135 0 0 430 143 65
Binary 10101111 10010 11111110 11111 1011101 0 0 100011000 1100011 110101

Color Harmonies of #AF12FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF12FE

Black with #AF12FE

Text Example


Text Example

White with #AF12FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF12FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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