Html Css Color HEX #AA6CAB Violet Blue

📋 copy color: '#AA6CAB'

red 170 ◦ green 108 ◦ blue 171

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

Shades of Violet Blue #AA6CAB

Tints of Violet Blue #AA6CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 37.86%
G = 24.05%
B = 38.08%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA6CAB (or 0xAA6CAB) is known color: Violet Blue. HEX triplet: AA, 6C and AB. RGB value is (170,108,171). Sum of RGB (Red+Green+Blue) = 170+108+171=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA6CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CAB is #559354. Grayscale: #858585. Windows color (decimal): -5608277 or 11234474. OLE color: 11234474.

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

Color convert

RGB 170 108 171 -
CMYK 0.01 0.37 0 0.33
HSL 299.05º 0.27% 0.55% -
HSV(B) 299.05º 0.37% 0.67% -
XYZ 29.29 22.21 41.27 -
YUV 133.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 170 108 171 0.01 0.37 0 0.33 299.05 0.27 0.55
Hex AA 6C AB 1 25 0 21 12B 1B 37
Octal 252 154 253 1 45 0 41 453 33 67
Binary 10101010 1101100 10101011 1 100101 0 100001 100101011 11011 110111

Color Harmonies of #AA6CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CAB

Black with #AA6CAB

Text Example


Text Example

White with #AA6CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CAB; }

 p { color: rgb(170,108,171); }

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

background-color css

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

 a { background-color: rgb(170,108,171); }

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

border-color css

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

 span { border-color: rgb(170,108,171); }

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