Html Css Color HEX #AF16F9 Electric Purple

📋 copy color: '#AF16F9'

red 175 ◦ green 22 ◦ blue 249

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

Shades of Electric Purple #AF16F9

Tints of Electric Purple #AF16F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 39.24%
G = 4.93%
B = 55.83%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF16F9 (or 0xAF16F9) is known color: Electric Purple. HEX triplet: AF, 16 and F9. RGB value is (175,22,249). Sum of RGB (Red+Green+Blue) = 175+22+249=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF16F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16F9 is #50E906. Grayscale: #5C5C5C. Windows color (decimal): -5302535 or 16324271. OLE color: 16324271.

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

Color convert

RGB 175 22 249 -
CMYK 0.30 0.91 0 0.02
HSL 280.44º 0.95% 0.53% -
HSV(B) 280.44º 0.91% 0.98% -
XYZ 35.06 16.53 90.96 -
YUV 93.63 215.69 186.04 -
System Red Green Blue C M Y K H S L
Decimal 175 22 249 0.30 0.91 0 0.02 280.44 0.95 0.53
Hex AF 16 F9 1E 5B 0 2 118 5F 35
Octal 257 26 371 36 133 0 2 430 137 65
Binary 10101111 10110 11111001 11110 1011011 0 10 100011000 1011111 110101

Color Harmonies of #AF16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16F9

Black with #AF16F9

Text Example


Text Example

White with #AF16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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