Html Css Color HEX #AD6099 Violet Blue

📋 copy color: '#AD6099'

red 173 ◦ green 96 ◦ blue 153

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

Shades of Violet Blue #AD6099

Tints of Violet Blue #AD6099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 41%
G = 22.75%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD6099 (or 0xAD6099) is known color: Violet Blue. HEX triplet: AD, 60 and 99. RGB value is (173,96,153). Sum of RGB (Red+Green+Blue) = 173+96+153=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6099 is #529F66. Grayscale: #7D7D7D. Windows color (decimal): -5414759 or 10051757. OLE color: 10051757.

HSL color Cylindrical-coordinate representation of color #AD6099: hue angle of 315.58º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6099 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 153 -
CMYK 0 0.45 0.12 0.32
HSL 315.58º 0.32% 0.53% -
HSV(B) 315.58º 0.45% 0.68% -
XYZ 27.17 19.55 32.48 -
YUV 125.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 173 96 153 0 0.45 0.12 0.32 315.58 0.32 0.53
Hex AD 60 99 0 2D C 20 13C 20 35
Octal 255 140 231 0 55 14 40 474 40 65
Binary 10101101 1100000 10011001 0 101101 1100 100000 100111100 100000 110101

Color Harmonies of #AD6099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6099

Black with #AD6099

Text Example


Text Example

White with #AD6099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6099; }

 p { color: rgb(173,96,153); }

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

background-color css

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

 a { background-color: rgb(173,96,153); }

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

border-color css

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

 span { border-color: rgb(173,96,153); }

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