Html Css Color HEX #AF10D5 Dark Violet

📋 copy color: '#AF10D5'

red 175 ◦ green 16 ◦ blue 213

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

Shades of Dark Violet #AF10D5

Tints of Dark Violet #AF10D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.72%

R = 43.32%
G = 3.96%
B = 52.72%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF10D5 (or 0xAF10D5) is known color: Dark Violet. HEX triplet: AF, 10 and D5. RGB value is (175,16,213). Sum of RGB (Red+Green+Blue) = 175+16+213=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 213 (83.59% from 255 or 52.72% from 404); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF10D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10D5 is #50EF2A. Grayscale: #555555. Windows color (decimal): -5304107 or 13963439. OLE color: 13963439.

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

Color convert

RGB 175 16 213 -
CMYK 0.18 0.92 0 0.16
HSL 288.43º 0.86% 0.45% -
HSV(B) 288.43º 0.92% 0.84% -
XYZ 29.87 14.29 64.13 -
YUV 86 199.68 191.48 -
System Red Green Blue C M Y K H S L
Decimal 175 16 213 0.18 0.92 0 0.16 288.43 0.86 0.45
Hex AF 10 D5 12 5C 0 10 120 56 2D
Octal 257 20 325 22 134 0 20 440 126 55
Binary 10101111 10000 11010101 10010 1011100 0 10000 100100000 1010110 101101

Color Harmonies of #AF10D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10D5

Black with #AF10D5

Text Example


Text Example

White with #AF10D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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