Html Css Color HEX #AA5DB0 Violet Blue

📋 copy color: '#AA5DB0'

red 170 ◦ green 93 ◦ blue 176

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

Shades of Violet Blue #AA5DB0

Tints of Violet Blue #AA5DB0

RGB

 RED value IS 170 (66.8% from 255) = 38.72%

 GREEN value IS 93 (36.72% from 255) = 21.18%

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 38.72%
G = 21.18%
B = 40.09%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA5DB0 (or 0xAA5DB0) is known color: Violet Blue. HEX triplet: AA, 5D and B0. RGB value is (170,93,176). Sum of RGB (Red+Green+Blue) = 170+93+176=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA5DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5DB0 is #55A24F. Grayscale: #7D7D7D. Windows color (decimal): -5612112 or 11558314. OLE color: 11558314.

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

Color convert

RGB 170 93 176 -
CMYK 0.03 0.47 0 0.31
HSL 295.66º 0.34% 0.53% -
HSV(B) 295.66º 0.47% 0.69% -
XYZ 28.33 19.51 43.35 -
YUV 125.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 170 93 176 0.03 0.47 0 0.31 295.66 0.34 0.53
Hex AA 5D B0 3 2F 0 1F 128 22 35
Octal 252 135 260 3 57 0 37 450 42 65
Binary 10101010 1011101 10110000 11 101111 0 11111 100101000 100010 110101

Color Harmonies of #AA5DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DB0

Black with #AA5DB0

Text Example


Text Example

White with #AA5DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DB0; }

 p { color: rgb(170,93,176); }

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

background-color css

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

 a { background-color: rgb(170,93,176); }

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

border-color css

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

 span { border-color: rgb(170,93,176); }

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