Html Css Color HEX #AF04EC Electric Purple

📋 copy color: '#AF04EC'

red 175 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #AF04EC

Tints of Electric Purple #AF04EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 42.17%
G = 0.96%
B = 56.87%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF04EC (or 0xAF04EC) is known color: Electric Purple. HEX triplet: AF, 04 and EC. RGB value is (175,4,236). Sum of RGB (Red+Green+Blue) = 175+4+236=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF04EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF04EC is #50FB13. Grayscale: #505050. Windows color (decimal): -5307156 or 15467695. OLE color: 15467695.

HSL color Cylindrical-coordinate representation of color #AF04EC: hue angle of 284.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04EC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 4 236 -
CMYK 0.26 0.98 0 0.07
HSL 284.22º 0.97% 0.47% -
HSV(B) 284.22º 0.98% 0.93% -
XYZ 32.86 15.26 80.57 -
YUV 81.58 215.15 194.64 -
System Red Green Blue C M Y K H S L
Decimal 175 4 236 0.26 0.98 0 0.07 284.22 0.97 0.47
Hex AF 4 EC 1A 62 0 7 11C 61 2F
Octal 257 4 354 32 142 0 7 434 141 57
Binary 10101111 100 11101100 11010 1100010 0 111 100011100 1100001 101111

Color Harmonies of #AF04EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04EC

Black with #AF04EC

Text Example


Text Example

White with #AF04EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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