Html Css Color HEX #AF21EC Electric Purple

📋 copy color: '#AF21EC'

red 175 ◦ green 33 ◦ blue 236

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

Shades of Electric Purple #AF21EC

Tints of Electric Purple #AF21EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.43%

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

R = 39.41%
G = 7.43%
B = 53.15%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF21EC (or 0xAF21EC) is known color: Electric Purple. HEX triplet: AF, 21 and EC. RGB value is (175,33,236). Sum of RGB (Red+Green+Blue) = 175+33+236=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF21EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21EC is #50DE13. Grayscale: #616161. Windows color (decimal): -5299732 or 15475119. OLE color: 15475119.

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

Color convert

RGB 175 33 236 -
CMYK 0.26 0.86 0 0.07
HSL 281.97º 0.84% 0.53% -
HSV(B) 281.97º 0.86% 0.93% -
XYZ 33.36 16.26 80.74 -
YUV 98.6 205.54 182.49 -
System Red Green Blue C M Y K H S L
Decimal 175 33 236 0.26 0.86 0 0.07 281.97 0.84 0.53
Hex AF 21 EC 1A 56 0 7 11A 54 35
Octal 257 41 354 32 126 0 7 432 124 65
Binary 10101111 100001 11101100 11010 1010110 0 111 100011010 1010100 110101

Color Harmonies of #AF21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21EC

Black with #AF21EC

Text Example


Text Example

White with #AF21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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