Html Css Color HEX #AF01F9 Electric Purple

📋 copy color: '#AF01F9'

red 175 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #AF01F9

Tints of Electric Purple #AF01F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.59%

R = 41.18%
G = 0.24%
B = 58.59%

CMYK

 C value IS 0.30

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF01F9 (or 0xAF01F9) is known color: Electric Purple. HEX triplet: AF, 01 and F9. RGB value is (175,1,249). Sum of RGB (Red+Green+Blue) = 175+1+249=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 249 (97.66% from 255 or 58.59% from 425); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF01F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF01F9 is #50FE06. Grayscale: #505050. Windows color (decimal): -5307911 or 16318895. OLE color: 16318895.

HSL color Cylindrical-coordinate representation of color #AF01F9: hue angle of 282.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01F9 is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 1 249 -
CMYK 0.30 1.00 0 0.02
HSL 282.1º 0.99% 0.49% -
HSV(B) 282.1º 1% 0.98% -
XYZ 34.79 15.98 90.87 -
YUV 81.3 222.65 194.83 -
System Red Green Blue C M Y K H S L
Decimal 175 1 249 0.30 1.00 0 0.02 282.1 0.99 0.49
Hex AF 1 F9 1E 64 0 2 11A 63 31
Octal 257 1 371 36 144 0 2 432 143 61
Binary 10101111 1 11111001 11110 1100100 0 10 100011010 1100011 110001

Color Harmonies of #AF01F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF01F9

Black with #AF01F9

Text Example


Text Example

White with #AF01F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF01F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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