Html Css Color HEX #AD609E Violet Blue

📋 copy color: '#AD609E'

red 173 ◦ green 96 ◦ blue 158

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

Shades of Violet Blue #AD609E

Tints of Violet Blue #AD609E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37%

R = 40.52%
G = 22.48%
B = 37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD609E (or 0xAD609E) is known color: Violet Blue. HEX triplet: AD, 60 and 9E. RGB value is (173,96,158). Sum of RGB (Red+Green+Blue) = 173+96+158=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD609E is #529F61. Grayscale: #7D7D7D. Windows color (decimal): -5414754 or 10379437. OLE color: 10379437.

HSL color Cylindrical-coordinate representation of color #AD609E: hue angle of 311.69º 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 #AD609E is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 158 -
CMYK 0 0.45 0.09 0.32
HSL 311.69º 0.32% 0.53% -
HSV(B) 311.69º 0.45% 0.68% -
XYZ 27.59 19.72 34.7 -
YUV 126.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 173 96 158 0 0.45 0.09 0.32 311.69 0.32 0.53
Hex AD 60 9E 0 2D 9 20 138 20 35
Octal 255 140 236 0 55 11 40 470 40 65
Binary 10101101 1100000 10011110 0 101101 1001 100000 100111000 100000 110101

Color Harmonies of #AD609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD609E

Black with #AD609E

Text Example


Text Example

White with #AD609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD609E; }

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

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

background-color css

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

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

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

border-color css

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

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

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