Html Css Color HEX #AF21FB Electric Purple

📋 copy color: '#AF21FB'

red 175 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #AF21FB

Tints of Electric Purple #AF21FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.68%

R = 38.13%
G = 7.19%
B = 54.68%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF21FB (or 0xAF21FB) is known color: Electric Purple. HEX triplet: AF, 21 and FB. RGB value is (175,33,251). Sum of RGB (Red+Green+Blue) = 175+33+251=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF21FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21FB is #50DE04. Grayscale: #636363. Windows color (decimal): -5299717 or 16458159. OLE color: 16458159.

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

Color convert

RGB 175 33 251 -
CMYK 0.30 0.87 0 0.02
HSL 279.08º 0.96% 0.56% -
HSV(B) 279.08º 0.87% 0.98% -
XYZ 35.64 17.17 92.7 -
YUV 100.31 213.04 181.27 -
System Red Green Blue C M Y K H S L
Decimal 175 33 251 0.30 0.87 0 0.02 279.08 0.96 0.56
Hex AF 21 FB 1E 57 0 2 117 60 38
Octal 257 41 373 36 127 0 2 427 140 70
Binary 10101111 100001 11111011 11110 1010111 0 10 100010111 1100000 111000

Color Harmonies of #AF21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21FB

Black with #AF21FB

Text Example


Text Example

White with #AF21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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