Html Css Color HEX #AF15D1 Dark Violet

📋 copy color: '#AF15D1'

red 175 ◦ green 21 ◦ blue 209

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

Shades of Dark Violet #AF15D1

Tints of Dark Violet #AF15D1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

 BLUE value IS 209 (82.03% from 255) = 51.6%

R = 43.21%
G = 5.19%
B = 51.6%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF15D1 (or 0xAF15D1) is known color: Dark Violet. HEX triplet: AF, 15 and D1. RGB value is (175,21,209). Sum of RGB (Red+Green+Blue) = 175+21+209=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF15D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15D1 is #50EA2E. Grayscale: #575757. Windows color (decimal): -5302831 or 13702575. OLE color: 13702575.

HSL color Cylindrical-coordinate representation of color #AF15D1: hue angle of 289.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF15D1 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 21 209 -
CMYK 0.16 0.90 0 0.18
HSL 289.15º 0.82% 0.45% -
HSV(B) 289.15º 0.9% 0.82% -
XYZ 29.46 14.25 61.52 -
YUV 88.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 175 21 209 0.16 0.90 0 0.18 289.15 0.82 0.45
Hex AF 15 D1 10 5A 0 12 121 52 2D
Octal 257 25 321 20 132 0 22 441 122 55
Binary 10101111 10101 11010001 10000 1011010 0 10010 100100001 1010010 101101

Color Harmonies of #AF15D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15D1

Black with #AF15D1

Text Example


Text Example

White with #AF15D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15D1; }

 p { color: rgb(175,21,209); }

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

background-color css

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

 a { background-color: rgb(175,21,209); }

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

border-color css

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

 span { border-color: rgb(175,21,209); }

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