Html Css Color HEX #AF21FF Electric Purple

📋 copy color: '#AF21FF'

red 175 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #AF21FF

Tints of Electric Purple #AF21FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 37.8%
G = 7.13%
B = 55.08%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF21FF (or 0xAF21FF) is known color: Electric Purple. HEX triplet: AF, 21 and FF. RGB value is (175,33,255). Sum of RGB (Red+Green+Blue) = 175+33+255=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21FF is #50DE00. Grayscale: #646464. Windows color (decimal): -5299713 or 16720303. OLE color: 16720303.

HSL color Cylindrical-coordinate representation of color #AF21FF: hue angle of 278.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF21FF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 33 255 -
CMYK 0.31 0.87 0 0
HSL 278.38º 1% 0.56% -
HSV(B) 278.38º 0.87% 1% -
XYZ 36.27 17.42 96.06 -
YUV 100.77 215.04 180.95 -
System Red Green Blue C M Y K H S L
Decimal 175 33 255 0.31 0.87 0 0 278.38 1 0.56
Hex AF 21 FF 1F 57 0 0 116 64 38
Octal 257 41 377 37 127 0 0 426 144 70
Binary 10101111 100001 11111111 11111 1010111 0 0 100010110 1100100 111000

Color Harmonies of #AF21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21FF

Black with #AF21FF

Text Example


Text Example

White with #AF21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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