Html Css Color HEX #AF00EC Electric Purple

📋 copy color: '#AF00EC'

red 175 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #AF00EC

Tints of Electric Purple #AF00EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.58%
G = 0%
B = 57.42%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF00EC (or 0xAF00EC) is known color: Electric Purple. HEX triplet: AF, 00 and EC. RGB value is (175,0,236). Sum of RGB (Red+Green+Blue) = 175+0+236=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF00EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00EC is #50FF13. Grayscale: #4E4E4E. Windows color (decimal): -5308180 or 15466671. OLE color: 15466671.

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

Color convert

RGB 175 0 236 -
CMYK 0.26 1 0 0.07
HSL 284.49º 1% 0.46% -
HSV(B) 284.49º 1% 0.93% -
XYZ 32.82 15.17 80.56 -
YUV 79.23 216.48 196.31 -
System Red Green Blue C M Y K H S L
Decimal 175 0 236 0.26 1 0 0.07 284.49 1 0.46
Hex AF 0 EC 1A 64 0 7 11C 64 2E
Octal 257 0 354 32 144 0 7 434 144 56
Binary 10101111 0 11101100 11010 1100100 0 111 100011100 1100100 101110

Color Harmonies of #AF00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00EC

Black with #AF00EC

Text Example


Text Example

White with #AF00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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