Html Css Color HEX #AF16FD Electric Purple

📋 copy color: '#AF16FD'

red 175 ◦ green 22 ◦ blue 253

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

Shades of Electric Purple #AF16FD

Tints of Electric Purple #AF16FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 38.89%
G = 4.89%
B = 56.22%

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

#AF16FD (or 0xAF16FD) is known color: Electric Purple. HEX triplet: AF, 16 and FD. RGB value is (175,22,253). Sum of RGB (Red+Green+Blue) = 175+22+253=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF16FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF16FD is #50E902. Grayscale: #5D5D5D. Windows color (decimal): -5302531 or 16586415. OLE color: 16586415.

HSL color Cylindrical-coordinate representation of color #AF16FD: hue angle of 279.74º degrees, saturation: 0.98, 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 #AF16FD is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 22 253 -
CMYK 0.31 0.91 0 0.01
HSL 279.74º 0.98% 0.54% -
HSV(B) 279.74º 0.91% 0.99% -
XYZ 35.7 16.78 94.29 -
YUV 94.08 217.69 185.72 -
System Red Green Blue C M Y K H S L
Decimal 175 22 253 0.31 0.91 0 0.01 279.74 0.98 0.54
Hex AF 16 FD 1F 5B 0 1 118 62 36
Octal 257 26 375 37 133 0 1 430 142 66
Binary 10101111 10110 11111101 11111 1011011 0 1 100011000 1100010 110110

Color Harmonies of #AF16FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16FD

Black with #AF16FD

Text Example


Text Example

White with #AF16FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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