Html Css Color HEX #AF00F7 Electric Purple

📋 copy color: '#AF00F7'

red 175 ◦ green 0 ◦ blue 247

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

Shades of Electric Purple #AF00F7

Tints of Electric Purple #AF00F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 58.53%

R = 41.47%
G = 0%
B = 58.53%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF00F7 (or 0xAF00F7) is known color: Electric Purple. HEX triplet: AF, 00 and F7. RGB value is (175,0,247). Sum of RGB (Red+Green+Blue) = 175+0+247=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF00F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00F7 is #50FF08. Grayscale: #4F4F4F. Windows color (decimal): -5308169 or 16187567. OLE color: 16187567.

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

Color convert

RGB 175 0 247 -
CMYK 0.29 1 0 0.03
HSL 282.51º 1% 0.48% -
HSV(B) 282.51º 1% 0.97% -
XYZ 34.47 15.83 89.23 -
YUV 80.48 221.98 195.42 -
System Red Green Blue C M Y K H S L
Decimal 175 0 247 0.29 1 0 0.03 282.51 1 0.48
Hex AF 0 F7 1D 64 0 3 11B 64 30
Octal 257 0 367 35 144 0 3 433 144 60
Binary 10101111 0 11110111 11101 1100100 0 11 100011011 1100100 110000

Color Harmonies of #AF00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00F7

Black with #AF00F7

Text Example


Text Example

White with #AF00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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