Html Css Color HEX #AF15DF Dark Violet

📋 copy color: '#AF15DF'

red 175 ◦ green 21 ◦ blue 223

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

Shades of Dark Violet #AF15DF

Tints of Dark Violet #AF15DF

RGB

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

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

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

R = 41.77%
G = 5.01%
B = 53.22%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF15DF (or 0xAF15DF) is known color: Dark Violet. HEX triplet: AF, 15 and DF. RGB value is (175,21,223). Sum of RGB (Red+Green+Blue) = 175+21+223=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF15DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF15DF is #50EA20. Grayscale: #595959. Windows color (decimal): -5302817 or 14620079. OLE color: 14620079.

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

Color convert

RGB 175 21 223 -
CMYK 0.22 0.91 0 0.13
HSL 285.74º 0.83% 0.48% -
HSV(B) 285.74º 0.91% 0.87% -
XYZ 31.27 14.98 71.06 -
YUV 90.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 175 21 223 0.22 0.91 0 0.13 285.74 0.83 0.48
Hex AF 15 DF 16 5B 0 D 11E 53 30
Octal 257 25 337 26 133 0 15 436 123 60
Binary 10101111 10101 11011111 10110 1011011 0 1101 100011110 1010011 110000

Color Harmonies of #AF15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF15DF

Black with #AF15DF

Text Example


Text Example

White with #AF15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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