Html Css Color HEX #AF17DF Dark Violet

📋 copy color: '#AF17DF'

red 175 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #AF17DF

Tints of Dark Violet #AF17DF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.46%

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

R = 41.57%
G = 5.46%
B = 52.97%

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

#AF17DF (or 0xAF17DF) is known color: Dark Violet. HEX triplet: AF, 17 and DF. RGB value is (175,23,223). Sum of RGB (Red+Green+Blue) = 175+23+223=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF17DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17DF is #50E820. Grayscale: #5A5A5A. Windows color (decimal): -5302305 or 14620591. OLE color: 14620591.

HSL color Cylindrical-coordinate representation of color #AF17DF: hue angle of 285.6º degrees, saturation: 0.81, 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 #AF17DF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 23 223 -
CMYK 0.22 0.90 0 0.13
HSL 285.6º 0.81% 0.48% -
HSV(B) 285.6º 0.9% 0.87% -
XYZ 31.3 15.05 71.07 -
YUV 91.25 202.36 187.74 -
System Red Green Blue C M Y K H S L
Decimal 175 23 223 0.22 0.90 0 0.13 285.6 0.81 0.48
Hex AF 17 DF 16 5A 0 D 11E 51 30
Octal 257 27 337 26 132 0 15 436 121 60
Binary 10101111 10111 11011111 10110 1011010 0 1101 100011110 1010001 110000

Color Harmonies of #AF17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17DF

Black with #AF17DF

Text Example


Text Example

White with #AF17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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