Html Css Color HEX #AF05F7 Electric Purple

📋 copy color: '#AF05F7'

red 175 ◦ green 5 ◦ blue 247

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

Shades of Electric Purple #AF05F7

Tints of Electric Purple #AF05F7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 40.98%
G = 1.17%
B = 57.85%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF05F7 (or 0xAF05F7) is known color: Electric Purple. HEX triplet: AF, 05 and F7. RGB value is (175,5,247). Sum of RGB (Red+Green+Blue) = 175+5+247=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 247 (96.88% from 255 or 57.85% from 427); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF05F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05F7 is #50FA08. Grayscale: #525252. Windows color (decimal): -5306889 or 16188847. OLE color: 16188847.

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

Color convert

RGB 175 5 247 -
CMYK 0.29 0.98 0 0.03
HSL 282.15º 0.96% 0.49% -
HSV(B) 282.15º 0.98% 0.97% -
XYZ 34.52 15.94 89.25 -
YUV 83.42 220.32 193.32 -
System Red Green Blue C M Y K H S L
Decimal 175 5 247 0.29 0.98 0 0.03 282.15 0.96 0.49
Hex AF 5 F7 1D 62 0 3 11A 60 31
Octal 257 5 367 35 142 0 3 432 140 61
Binary 10101111 101 11110111 11101 1100010 0 11 100011010 1100000 110001

Color Harmonies of #AF05F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05F7

Black with #AF05F7

Text Example


Text Example

White with #AF05F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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