Html Css Color HEX #A46DAA Violet Blue

📋 copy color: '#A46DAA'

red 164 ◦ green 109 ◦ blue 170

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

Shades of Violet Blue #A46DAA

Tints of Violet Blue #A46DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 37.02%
G = 24.6%
B = 38.37%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A46DAA (or 0xA46DAA) is known color: Violet Blue. HEX triplet: A4, 6D and AA. RGB value is (164,109,170). Sum of RGB (Red+Green+Blue) = 164+109+170=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A46DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DAA is #5B9255. Grayscale: #848484. Windows color (decimal): -6001238 or 11169188. OLE color: 11169188.

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

Color convert

RGB 164 109 170 -
CMYK 0.04 0.36 0 0.33
HSL 294.1º 0.26% 0.55% -
HSV(B) 294.1º 0.36% 0.67% -
XYZ 28.03 21.73 40.75 -
YUV 132.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 164 109 170 0.04 0.36 0 0.33 294.1 0.26 0.55
Hex A4 6D AA 4 24 0 21 126 1A 37
Octal 244 155 252 4 44 0 41 446 32 67
Binary 10100100 1101101 10101010 100 100100 0 100001 100100110 11010 110111

Color Harmonies of #A46DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DAA

Black with #A46DAA

Text Example


Text Example

White with #A46DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DAA; }

 p { color: rgb(164,109,170); }

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

background-color css

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

 a { background-color: rgb(164,109,170); }

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

border-color css

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

 span { border-color: rgb(164,109,170); }

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