Html Css Color HEX #AD609B Violet Blue

📋 copy color: '#AD609B'

red 173 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #AD609B

Tints of Violet Blue #AD609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 40.8%
G = 22.64%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD609B (or 0xAD609B) is known color: Violet Blue. HEX triplet: AD, 60 and 9B. RGB value is (173,96,155). Sum of RGB (Red+Green+Blue) = 173+96+155=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD609B is #529F64. Grayscale: #7D7D7D. Windows color (decimal): -5414757 or 10182829. OLE color: 10182829.

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

Color convert

RGB 173 96 155 -
CMYK 0 0.45 0.10 0.32
HSL 314.03º 0.32% 0.53% -
HSV(B) 314.03º 0.45% 0.68% -
XYZ 27.33 19.62 33.36 -
YUV 125.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 173 96 155 0 0.45 0.10 0.32 314.03 0.32 0.53
Hex AD 60 9B 0 2D A 20 13A 20 35
Octal 255 140 233 0 55 12 40 472 40 65
Binary 10101101 1100000 10011011 0 101101 1010 100000 100111010 100000 110101

Color Harmonies of #AD609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD609B

Black with #AD609B

Text Example


Text Example

White with #AD609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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