Html Css Color HEX #AF03EC Electric Purple

📋 copy color: '#AF03EC'

red 175 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #AF03EC

Tints of Electric Purple #AF03EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 42.27%
G = 0.72%
B = 57%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF03EC (or 0xAF03EC) is known color: Electric Purple. HEX triplet: AF, 03 and EC. RGB value is (175,3,236). Sum of RGB (Red+Green+Blue) = 175+3+236=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF03EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF03EC is #50FC13. Grayscale: #505050. Windows color (decimal): -5307412 or 15467439. OLE color: 15467439.

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

Color convert

RGB 175 3 236 -
CMYK 0.26 0.99 0 0.07
HSL 284.29º 0.97% 0.47% -
HSV(B) 284.29º 0.99% 0.93% -
XYZ 32.85 15.24 80.57 -
YUV 80.99 215.48 195.05 -
System Red Green Blue C M Y K H S L
Decimal 175 3 236 0.26 0.99 0 0.07 284.29 0.97 0.47
Hex AF 3 EC 1A 63 0 7 11C 61 2F
Octal 257 3 354 32 143 0 7 434 141 57
Binary 10101111 11 11101100 11010 1100011 0 111 100011100 1100001 101111

Color Harmonies of #AF03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF03EC

Black with #AF03EC

Text Example


Text Example

White with #AF03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF03EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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