Html Css Color HEX #AF04F4 Electric Purple

📋 copy color: '#AF04F4'

red 175 ◦ green 4 ◦ blue 244

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

Shades of Electric Purple #AF04F4

Tints of Electric Purple #AF04F4

RGB

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

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

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

R = 41.37%
G = 0.95%
B = 57.68%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF04F4 (or 0xAF04F4) is known color: Electric Purple. HEX triplet: AF, 04 and F4. RGB value is (175,4,244). Sum of RGB (Red+Green+Blue) = 175+4+244=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF04F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04F4 is #50FB0B. Grayscale: #515151. Windows color (decimal): -5307148 or 15991983. OLE color: 15991983.

HSL color Cylindrical-coordinate representation of color #AF04F4: hue angle of 282.75º 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 #AF04F4 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 4 244 -
CMYK 0.28 0.98 0 0.04
HSL 282.75º 0.97% 0.49% -
HSV(B) 282.75º 0.98% 0.96% -
XYZ 34.05 15.73 86.83 -
YUV 82.49 219.15 193.99 -
System Red Green Blue C M Y K H S L
Decimal 175 4 244 0.28 0.98 0 0.04 282.75 0.97 0.49
Hex AF 4 F4 1C 62 0 4 11B 61 31
Octal 257 4 364 34 142 0 4 433 141 61
Binary 10101111 100 11110100 11100 1100010 0 100 100011011 1100001 110001

Color Harmonies of #AF04F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04F4

Black with #AF04F4

Text Example


Text Example

White with #AF04F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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