Html Css Color HEX #AF01FE Electric Purple

📋 copy color: '#AF01FE'

red 175 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #AF01FE

Tints of Electric Purple #AF01FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 40.7%
G = 0.23%
B = 59.07%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF01FE (or 0xAF01FE) is known color: Electric Purple. HEX triplet: AF, 01 and FE. RGB value is (175,1,254). Sum of RGB (Red+Green+Blue) = 175+1+254=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF01FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01FE is #50FE01. Grayscale: #515151. Windows color (decimal): -5307906 or 16646575. OLE color: 16646575.

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

Color convert

RGB 175 1 254 -
CMYK 0.31 1.00 0 0.00
HSL 281.26º 0.99% 0.5% -
HSV(B) 281.26º 1% 1% -
XYZ 35.58 16.29 95.04 -
YUV 81.87 225.15 194.43 -
System Red Green Blue C M Y K H S L
Decimal 175 1 254 0.31 1.00 0 0.00 281.26 0.99 0.5
Hex AF 1 FE 1F 64 0 0 119 63 32
Octal 257 1 376 37 144 0 0 431 143 62
Binary 10101111 1 11111110 11111 1100100 0 0 100011001 1100011 110010

Color Harmonies of #AF01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01FE

Black with #AF01FE

Text Example


Text Example

White with #AF01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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