Html Css Color HEX #AF00F4 Electric Purple

📋 copy color: '#AF00F4'

red 175 ◦ green 0 ◦ blue 244

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

Shades of Electric Purple #AF00F4

Tints of Electric Purple #AF00F4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 244 (95.7% from 255) = 58.23%

R = 41.77%
G = 0%
B = 58.23%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF00F4 (or 0xAF00F4) is known color: Electric Purple. HEX triplet: AF, 00 and F4. RGB value is (175,0,244). Sum of RGB (Red+Green+Blue) = 175+0+244=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 244 (95.70% from 255 or 58.23% from 419); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF00F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00F4 is #50FF0B. Grayscale: #4F4F4F. Windows color (decimal): -5308172 or 15990959. OLE color: 15990959.

HSL color Cylindrical-coordinate representation of color #AF00F4: hue angle of 283.03º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00F4 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 0 244 -
CMYK 0.28 1 0 0.04
HSL 283.03º 1% 0.48% -
HSV(B) 283.03º 1% 0.96% -
XYZ 34.01 15.65 86.82 -
YUV 80.14 220.48 195.66 -
System Red Green Blue C M Y K H S L
Decimal 175 0 244 0.28 1 0 0.04 283.03 1 0.48
Hex AF 0 F4 1C 64 0 4 11B 64 30
Octal 257 0 364 34 144 0 4 433 144 60
Binary 10101111 0 11110100 11100 1100100 0 100 100011011 1100100 110000

Color Harmonies of #AF00F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00F4

Black with #AF00F4

Text Example


Text Example

White with #AF00F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00F4; }

 p { color: rgb(175,0,244); }

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

background-color css

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

 a { background-color: rgb(175,0,244); }

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

border-color css

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

 span { border-color: rgb(175,0,244); }

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