Html Css Color HEX #AA6B9F Violet Blue

📋 copy color: '#AA6B9F'

red 170 ◦ green 107 ◦ blue 159

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

Shades of Violet Blue #AA6B9F

Tints of Violet Blue #AA6B9F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.54%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 38.99%
G = 24.54%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA6B9F (or 0xAA6B9F) is known color: Violet Blue. HEX triplet: AA, 6B and 9F. RGB value is (170,107,159). Sum of RGB (Red+Green+Blue) = 170+107+159=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6B9F is #559460. Grayscale: #838383. Windows color (decimal): -5608545 or 10447786. OLE color: 10447786.

HSL color Cylindrical-coordinate representation of color #AA6B9F: hue angle of 310.48º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6B9F is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 107 159 -
CMYK 0 0.37 0.06 0.33
HSL 310.48º 0.27% 0.54% -
HSV(B) 310.48º 0.37% 0.67% -
XYZ 28.09 21.56 35.48 -
YUV 131.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 170 107 159 0 0.37 0.06 0.33 310.48 0.27 0.54
Hex AA 6B 9F 0 25 6 21 136 1B 36
Octal 252 153 237 0 45 6 41 466 33 66
Binary 10101010 1101011 10011111 0 100101 110 100001 100110110 11011 110110

Color Harmonies of #AA6B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B9F

Black with #AA6B9F

Text Example


Text Example

White with #AA6B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B9F; }

 p { color: rgb(170,107,159); }

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

background-color css

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

 a { background-color: rgb(170,107,159); }

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

border-color css

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

 span { border-color: rgb(170,107,159); }

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