Html Css Color HEX #AD4599 Violet Blue

📋 copy color: '#AD4599'

red 173 ◦ green 69 ◦ blue 153

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

Shades of Violet Blue #AD4599

Tints of Violet Blue #AD4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

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

R = 43.8%
G = 17.47%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD4599 (or 0xAD4599) is known color: Violet Blue. HEX triplet: AD, 45 and 99. RGB value is (173,69,153). Sum of RGB (Red+Green+Blue) = 173+69+153=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4599 is #52BA66. Grayscale: #6D6D6D. Windows color (decimal): -5421671 or 10044845. OLE color: 10044845.

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

Color convert

RGB 173 69 153 -
CMYK 0 0.60 0.12 0.32
HSL 311.54º 0.43% 0.47% -
HSV(B) 311.54º 0.6% 0.68% -
XYZ 25.11 15.44 31.79 -
YUV 109.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 173 69 153 0 0.60 0.12 0.32 311.54 0.43 0.47
Hex AD 45 99 0 3C C 20 138 2B 2F
Octal 255 105 231 0 74 14 40 470 53 57
Binary 10101101 1000101 10011001 0 111100 1100 100000 100111000 101011 101111

Color Harmonies of #AD4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4599

Black with #AD4599

Text Example


Text Example

White with #AD4599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4599; }

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

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

background-color css

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

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

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

border-color css

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

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

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