Html Css Color HEX #AF16FC Electric Purple

📋 copy color: '#AF16FC'

red 175 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #AF16FC

Tints of Electric Purple #AF16FC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.9%

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 38.98%
G = 4.9%
B = 56.12%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF16FC (or 0xAF16FC) is known color: Electric Purple. HEX triplet: AF, 16 and FC. RGB value is (175,22,252). Sum of RGB (Red+Green+Blue) = 175+22+252=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF16FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16FC is #50E903. Grayscale: #5D5D5D. Windows color (decimal): -5302532 or 16520879. OLE color: 16520879.

HSL color Cylindrical-coordinate representation of color #AF16FC: hue angle of 279.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF16FC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 22 252 -
CMYK 0.31 0.91 0 0.01
HSL 279.91º 0.97% 0.54% -
HSV(B) 279.91º 0.91% 0.99% -
XYZ 35.54 16.72 93.45 -
YUV 93.97 217.19 185.8 -
System Red Green Blue C M Y K H S L
Decimal 175 22 252 0.31 0.91 0 0.01 279.91 0.97 0.54
Hex AF 16 FC 1F 5B 0 1 118 61 36
Octal 257 26 374 37 133 0 1 430 141 66
Binary 10101111 10110 11111100 11111 1011011 0 1 100011000 1100001 110110

Color Harmonies of #AF16FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16FC

Black with #AF16FC

Text Example


Text Example

White with #AF16FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16FC; }

 p { color: rgb(175,22,252); }

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

background-color css

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

 a { background-color: rgb(175,22,252); }

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

border-color css

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

 span { border-color: rgb(175,22,252); }

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