Html Css Color HEX #AD59AF Violet Blue

📋 copy color: '#AD59AF'

red 173 ◦ green 89 ◦ blue 175

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

Shades of Violet Blue #AD59AF

Tints of Violet Blue #AD59AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

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

R = 39.59%
G = 20.37%
B = 40.05%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD59AF (or 0xAD59AF) is known color: Violet Blue. HEX triplet: AD, 59 and AF. RGB value is (173,89,175). Sum of RGB (Red+Green+Blue) = 173+89+175=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD59AF is #52A650. Grayscale: #7B7B7B. Windows color (decimal): -5416529 or 11491757. OLE color: 11491757.

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

Color convert

RGB 173 89 175 -
CMYK 0.01 0.49 0 0.31
HSL 298.6º 0.35% 0.52% -
HSV(B) 298.6º 0.49% 0.69% -
XYZ 28.54 19.12 42.74 -
YUV 123.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 173 89 175 0.01 0.49 0 0.31 298.6 0.35 0.52
Hex AD 59 AF 1 31 0 1F 12B 23 34
Octal 255 131 257 1 61 0 37 453 43 64
Binary 10101101 1011001 10101111 1 110001 0 11111 100101011 100011 110100

Color Harmonies of #AD59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59AF

Black with #AD59AF

Text Example


Text Example

White with #AD59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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