Html Css Color HEX #AF04E4 Electric Purple

📋 copy color: '#AF04E4'

red 175 ◦ green 4 ◦ blue 228

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

Shades of Electric Purple #AF04E4

Tints of Electric Purple #AF04E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.02%

R = 43%
G = 0.98%
B = 56.02%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF04E4 (or 0xAF04E4) is known color: Electric Purple. HEX triplet: AF, 04 and E4. RGB value is (175,4,228). Sum of RGB (Red+Green+Blue) = 175+4+228=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF04E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04E4 is #50FB1B. Grayscale: #4F4F4F. Windows color (decimal): -5307164 or 14943407. OLE color: 14943407.

HSL color Cylindrical-coordinate representation of color #AF04E4: hue angle of 285.8º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04E4 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 4 228 -
CMYK 0.23 0.98 0 0.11
HSL 285.8º 0.97% 0.45% -
HSV(B) 285.8º 0.98% 0.89% -
XYZ 31.73 14.8 74.58 -
YUV 80.67 211.15 195.29 -
System Red Green Blue C M Y K H S L
Decimal 175 4 228 0.23 0.98 0 0.11 285.8 0.97 0.45
Hex AF 4 E4 17 62 0 B 11E 61 2D
Octal 257 4 344 27 142 0 13 436 141 55
Binary 10101111 100 11100100 10111 1100010 0 1011 100011110 1100001 101101

Color Harmonies of #AF04E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04E4

Black with #AF04E4

Text Example


Text Example

White with #AF04E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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