Html Css Color HEX #AF16DF Dark Violet

📋 copy color: '#AF16DF'

red 175 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #AF16DF

Tints of Dark Violet #AF16DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 41.67%
G = 5.24%
B = 53.1%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF16DF (or 0xAF16DF) is known color: Dark Violet. HEX triplet: AF, 16 and DF. RGB value is (175,22,223). Sum of RGB (Red+Green+Blue) = 175+22+223=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF16DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16DF is #50E920. Grayscale: #5A5A5A. Windows color (decimal): -5302561 or 14620335. OLE color: 14620335.

HSL color Cylindrical-coordinate representation of color #AF16DF: hue angle of 285.67º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF16DF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 22 223 -
CMYK 0.22 0.90 0 0.13
HSL 285.67º 0.82% 0.48% -
HSV(B) 285.67º 0.9% 0.87% -
XYZ 31.29 15.02 71.06 -
YUV 90.66 202.69 188.16 -
System Red Green Blue C M Y K H S L
Decimal 175 22 223 0.22 0.90 0 0.13 285.67 0.82 0.48
Hex AF 16 DF 16 5A 0 D 11E 52 30
Octal 257 26 337 26 132 0 15 436 122 60
Binary 10101111 10110 11011111 10110 1011010 0 1101 100011110 1010010 110000

Color Harmonies of #AF16DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF16DF

Black with #AF16DF

Text Example


Text Example

White with #AF16DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF16DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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