Html Css Color HEX #AF04F5 Electric Purple

📋 copy color: '#AF04F5'

red 175 ◦ green 4 ◦ blue 245

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

Shades of Electric Purple #AF04F5

Tints of Electric Purple #AF04F5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

 BLUE value IS 245 (96.09% from 255) = 57.78%

R = 41.27%
G = 0.94%
B = 57.78%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF04F5 (or 0xAF04F5) is known color: Electric Purple. HEX triplet: AF, 04 and F5. RGB value is (175,4,245). Sum of RGB (Red+Green+Blue) = 175+4+245=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF04F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04F5 is #50FB0A. Grayscale: #515151. Windows color (decimal): -5307147 or 16057519. OLE color: 16057519.

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

Color convert

RGB 175 4 245 -
CMYK 0.29 0.98 0 0.04
HSL 282.57º 0.97% 0.49% -
HSV(B) 282.57º 0.98% 0.96% -
XYZ 34.2 15.79 87.63 -
YUV 82.6 219.65 193.9 -
System Red Green Blue C M Y K H S L
Decimal 175 4 245 0.29 0.98 0 0.04 282.57 0.97 0.49
Hex AF 4 F5 1D 62 0 4 11B 61 31
Octal 257 4 365 35 142 0 4 433 141 61
Binary 10101111 100 11110101 11101 1100010 0 100 100011011 1100001 110001

Color Harmonies of #AF04F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04F5

Black with #AF04F5

Text Example


Text Example

White with #AF04F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04F5; }

 p { color: rgb(175,4,245); }

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

background-color css

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

 a { background-color: rgb(175,4,245); }

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

border-color css

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

 span { border-color: rgb(175,4,245); }

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