Html Css Color HEX #AD609F Violet Blue

📋 copy color: '#AD609F'

red 173 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #AD609F

Tints of Violet Blue #AD609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 40.42%
G = 22.43%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD609F (or 0xAD609F) is known color: Violet Blue. HEX triplet: AD, 60 and 9F. RGB value is (173,96,159). Sum of RGB (Red+Green+Blue) = 173+96+159=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD609F is #529F60. Grayscale: #7E7E7E. Windows color (decimal): -5414753 or 10444973. OLE color: 10444973.

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

Color convert

RGB 173 96 159 -
CMYK 0 0.45 0.08 0.32
HSL 310.91º 0.32% 0.53% -
HSV(B) 310.91º 0.45% 0.68% -
XYZ 27.67 19.75 35.16 -
YUV 126.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 173 96 159 0 0.45 0.08 0.32 310.91 0.32 0.53
Hex AD 60 9F 0 2D 8 20 137 20 35
Octal 255 140 237 0 55 10 40 467 40 65
Binary 10101101 1100000 10011111 0 101101 1000 100000 100110111 100000 110101

Color Harmonies of #AD609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD609F

Black with #AD609F

Text Example


Text Example

White with #AD609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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