Html Css Color HEX #AD5AAF Violet Blue

📋 copy color: '#AD5AAF'

red 173 ◦ green 90 ◦ blue 175

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

Shades of Violet Blue #AD5AAF

Tints of Violet Blue #AD5AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.55%

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

R = 39.5%
G = 20.55%
B = 39.95%

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

#AD5AAF (or 0xAD5AAF) is known color: Violet Blue. HEX triplet: AD, 5A and AF. RGB value is (173,90,175). Sum of RGB (Red+Green+Blue) = 173+90+175=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD5AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5AAF is #52A550. Grayscale: #7C7C7C. Windows color (decimal): -5416273 or 11492013. OLE color: 11492013.

HSL color Cylindrical-coordinate representation of color #AD5AAF: hue angle of 298.59º 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 #AD5AAF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 90 175 -
CMYK 0.01 0.49 0 0.31
HSL 298.59º 0.35% 0.52% -
HSV(B) 298.59º 0.49% 0.69% -
XYZ 28.63 19.29 42.77 -
YUV 124.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 173 90 175 0.01 0.49 0 0.31 298.59 0.35 0.52
Hex AD 5A AF 1 31 0 1F 12B 23 34
Octal 255 132 257 1 61 0 37 453 43 64
Binary 10101101 1011010 10101111 1 110001 0 11111 100101011 100011 110100

Color Harmonies of #AD5AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AAF

Black with #AD5AAF

Text Example


Text Example

White with #AD5AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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