Html Css Color HEX #A46AAB Violet Blue

📋 copy color: '#A46AAB'

red 164 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #A46AAB

Tints of Violet Blue #A46AAB

RGB

 RED value IS 164 (64.45% from 255) = 37.19%

 GREEN value IS 106 (41.8% from 255) = 24.04%

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

R = 37.19%
G = 24.04%
B = 38.78%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A46AAB (or 0xA46AAB) is known color: Violet Blue. HEX triplet: A4, 6A and AB. RGB value is (164,106,171). Sum of RGB (Red+Green+Blue) = 164+106+171=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A46AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46AAB is #5B9554. Grayscale: #828282. Windows color (decimal): -6002005 or 11233956. OLE color: 11233956.

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

Color convert

RGB 164 106 171 -
CMYK 0.04 0.38 0 0.33
HSL 293.54º 0.28% 0.54% -
HSV(B) 293.54º 0.38% 0.67% -
XYZ 27.81 21.14 41.14 -
YUV 130.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 164 106 171 0.04 0.38 0 0.33 293.54 0.28 0.54
Hex A4 6A AB 4 26 0 21 126 1C 36
Octal 244 152 253 4 46 0 41 446 34 66
Binary 10100100 1101010 10101011 100 100110 0 100001 100100110 11100 110110

Color Harmonies of #A46AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46AAB

Black with #A46AAB

Text Example


Text Example

White with #A46AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46AAB; }

 p { color: rgb(164,106,171); }

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

background-color css

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

 a { background-color: rgb(164,106,171); }

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

border-color css

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

 span { border-color: rgb(164,106,171); }

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