Html Css Color HEX #AD60AF Violet Blue

📋 copy color: '#AD60AF'

red 173 ◦ green 96 ◦ blue 175

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

Shades of Violet Blue #AD60AF

Tints of Violet Blue #AD60AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 38.96%
G = 21.62%
B = 39.41%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD60AF (or 0xAD60AF) is known color: Violet Blue. HEX triplet: AD, 60 and AF. RGB value is (173,96,175). Sum of RGB (Red+Green+Blue) = 173+96+175=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60AF is #529F50. Grayscale: #7F7F7F. Windows color (decimal): -5414737 or 11493549. OLE color: 11493549.

HSL color Cylindrical-coordinate representation of color #AD60AF: hue angle of 298.48º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD60AF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 96 175 -
CMYK 0.01 0.45 0 0.31
HSL 298.48º 0.33% 0.53% -
HSV(B) 298.48º 0.45% 0.69% -
XYZ 29.15 20.35 42.95 -
YUV 128.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 173 96 175 0.01 0.45 0 0.31 298.48 0.33 0.53
Hex AD 60 AF 1 2D 0 1F 12A 21 35
Octal 255 140 257 1 55 0 37 452 41 65
Binary 10101101 1100000 10101111 1 101101 0 11111 100101010 100001 110101

Color Harmonies of #AD60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60AF

Black with #AD60AF

Text Example


Text Example

White with #AD60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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