Html Css Color HEX #AF17CF Dark Violet

📋 copy color: '#AF17CF'

red 175 ◦ green 23 ◦ blue 207

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

Shades of Dark Violet #AF17CF

Tints of Dark Violet #AF17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 43.21%
G = 5.68%
B = 51.11%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF17CF (or 0xAF17CF) is known color: Dark Violet. HEX triplet: AF, 17 and CF. RGB value is (175,23,207). Sum of RGB (Red+Green+Blue) = 175+23+207=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF17CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17CF is #50E830. Grayscale: #585858. Windows color (decimal): -5302321 or 13572015. OLE color: 13572015.

HSL color Cylindrical-coordinate representation of color #AF17CF: hue angle of 289.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF17CF is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 23 207 -
CMYK 0.15 0.89 0 0.19
HSL 289.57º 0.8% 0.45% -
HSV(B) 289.57º 0.89% 0.81% -
XYZ 29.25 14.23 60.24 -
YUV 89.42 194.36 189.04 -
System Red Green Blue C M Y K H S L
Decimal 175 23 207 0.15 0.89 0 0.19 289.57 0.8 0.45
Hex AF 17 CF F 59 0 13 122 50 2D
Octal 257 27 317 17 131 0 23 442 120 55
Binary 10101111 10111 11001111 1111 1011001 0 10011 100100010 1010000 101101

Color Harmonies of #AF17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF17CF

Black with #AF17CF

Text Example


Text Example

White with #AF17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF17CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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