Html Css Color HEX #AD60A4 Violet Blue

📋 copy color: '#AD60A4'

red 173 ◦ green 96 ◦ blue 164

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

Shades of Violet Blue #AD60A4

Tints of Violet Blue #AD60A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.88%

R = 39.95%
G = 22.17%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD60A4 (or 0xAD60A4) is known color: Violet Blue. HEX triplet: AD, 60 and A4. RGB value is (173,96,164). Sum of RGB (Red+Green+Blue) = 173+96+164=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD60A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60A4 is #529F5B. Grayscale: #7E7E7E. Windows color (decimal): -5414748 or 10772653. OLE color: 10772653.

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

Color convert

RGB 173 96 164 -
CMYK 0 0.45 0.05 0.32
HSL 307.01º 0.32% 0.53% -
HSV(B) 307.01º 0.45% 0.68% -
XYZ 28.12 19.93 37.49 -
YUV 126.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 173 96 164 0 0.45 0.05 0.32 307.01 0.32 0.53
Hex AD 60 A4 0 2D 5 20 133 20 35
Octal 255 140 244 0 55 5 40 463 40 65
Binary 10101101 1100000 10100100 0 101101 101 100000 100110011 100000 110101

Color Harmonies of #AD60A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60A4

Black with #AD60A4

Text Example


Text Example

White with #AD60A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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