Html Css Color HEX #AD76AF Violet Blue

📋 copy color: '#AD76AF'

red 173 ◦ green 118 ◦ blue 175

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

Shades of Violet Blue #AD76AF

Tints of Violet Blue #AD76AF

RGB

 RED value IS 173 (67.97% from 255) = 37.12%

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 37.12%
G = 25.32%
B = 37.55%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD76AF (or 0xAD76AF) is known color: Violet Blue. HEX triplet: AD, 76 and AF. RGB value is (173,118,175). Sum of RGB (Red+Green+Blue) = 173+118+175=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD76AF is #528950. Grayscale: #8C8C8C. Windows color (decimal): -5409105 or 11499181. OLE color: 11499181.

HSL color Cylindrical-coordinate representation of color #AD76AF: hue angle of 297.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD76AF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 118 175 -
CMYK 0.01 0.33 0 0.31
HSL 297.89º 0.26% 0.57% -
HSV(B) 297.89º 0.33% 0.69% -
XYZ 31.45 24.94 43.71 -
YUV 140.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 173 118 175 0.01 0.33 0 0.31 297.89 0.26 0.57
Hex AD 76 AF 1 21 0 1F 12A 1A 39
Octal 255 166 257 1 41 0 37 452 32 71
Binary 10101101 1110110 10101111 1 100001 0 11111 100101010 11010 111001

Color Harmonies of #AD76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76AF

Black with #AD76AF

Text Example


Text Example

White with #AD76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76AF; }

 p { color: rgb(173,118,175); }

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

background-color css

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

 a { background-color: rgb(173,118,175); }

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

border-color css

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

 span { border-color: rgb(173,118,175); }

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