Html Css Color HEX #AF10D1 Dark Violet

📋 copy color: '#AF10D1'

red 175 ◦ green 16 ◦ blue 209

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

Shades of Dark Violet #AF10D1

Tints of Dark Violet #AF10D1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4%

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

R = 43.75%
G = 4%
B = 52.25%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF10D1 (or 0xAF10D1) is known color: Dark Violet. HEX triplet: AF, 10 and D1. RGB value is (175,16,209). Sum of RGB (Red+Green+Blue) = 175+16+209=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF10D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10D1 is #50EF2E. Grayscale: #545454. Windows color (decimal): -5304111 or 13701295. OLE color: 13701295.

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

Color convert

RGB 175 16 209 -
CMYK 0.16 0.92 0 0.18
HSL 289.43º 0.86% 0.44% -
HSV(B) 289.43º 0.92% 0.82% -
XYZ 29.37 14.09 61.49 -
YUV 85.54 197.68 191.81 -
System Red Green Blue C M Y K H S L
Decimal 175 16 209 0.16 0.92 0 0.18 289.43 0.86 0.44
Hex AF 10 D1 10 5C 0 12 121 56 2C
Octal 257 20 321 20 134 0 22 441 126 54
Binary 10101111 10000 11010001 10000 1011100 0 10010 100100001 1010110 101100

Color Harmonies of #AF10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10D1

Black with #AF10D1

Text Example


Text Example

White with #AF10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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