Html Css Color HEX #AF05EC Electric Purple

📋 copy color: '#AF05EC'

red 175 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #AF05EC

Tints of Electric Purple #AF05EC

RGB

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

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

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

R = 42.07%
G = 1.2%
B = 56.73%

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

#AF05EC (or 0xAF05EC) is known color: Electric Purple. HEX triplet: AF, 05 and EC. RGB value is (175,5,236). Sum of RGB (Red+Green+Blue) = 175+5+236=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF05EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF05EC is #50FA13. Grayscale: #515151. Windows color (decimal): -5306900 or 15467951. OLE color: 15467951.

HSL color Cylindrical-coordinate representation of color #AF05EC: hue angle of 284.16º degrees, saturation: 0.96, 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 #AF05EC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 5 236 -
CMYK 0.26 0.98 0 0.07
HSL 284.16º 0.96% 0.47% -
HSV(B) 284.16º 0.98% 0.93% -
XYZ 32.87 15.28 80.57 -
YUV 82.16 214.82 194.22 -
System Red Green Blue C M Y K H S L
Decimal 175 5 236 0.26 0.98 0 0.07 284.16 0.96 0.47
Hex AF 5 EC 1A 62 0 7 11C 60 2F
Octal 257 5 354 32 142 0 7 434 140 57
Binary 10101111 101 11101100 11010 1100010 0 111 100011100 1100000 101111

Color Harmonies of #AF05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF05EC

Black with #AF05EC

Text Example


Text Example

White with #AF05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF05EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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