Html Css Color HEX #AF01FC Electric Purple

📋 copy color: '#AF01FC'

red 175 ◦ green 1 ◦ blue 252

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

Shades of Electric Purple #AF01FC

Tints of Electric Purple #AF01FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.88%

R = 40.89%
G = 0.23%
B = 58.88%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF01FC (or 0xAF01FC) is known color: Electric Purple. HEX triplet: AF, 01 and FC. RGB value is (175,1,252). Sum of RGB (Red+Green+Blue) = 175+1+252=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF01FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01FC is #50FE03. Grayscale: #505050. Windows color (decimal): -5307908 or 16515503. OLE color: 16515503.

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

Color convert

RGB 175 1 252 -
CMYK 0.31 1.00 0 0.01
HSL 281.59º 0.99% 0.5% -
HSV(B) 281.59º 1% 0.99% -
XYZ 35.26 16.16 93.36 -
YUV 81.64 224.15 194.59 -
System Red Green Blue C M Y K H S L
Decimal 175 1 252 0.31 1.00 0 0.01 281.59 0.99 0.5
Hex AF 1 FC 1F 64 0 1 11A 63 32
Octal 257 1 374 37 144 0 1 432 143 62
Binary 10101111 1 11111100 11111 1100100 0 1 100011010 1100011 110010

Color Harmonies of #AF01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01FC

Black with #AF01FC

Text Example


Text Example

White with #AF01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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