Html Css Color HEX #A46CAA Violet Blue

📋 copy color: '#A46CAA'

red 164 ◦ green 108 ◦ blue 170

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

Shades of Violet Blue #A46CAA

Tints of Violet Blue #A46CAA

RGB

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

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

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

R = 37.1%
G = 24.43%
B = 38.46%

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

#A46CAA (or 0xA46CAA) is known color: Violet Blue. HEX triplet: A4, 6C and AA. RGB value is (164,108,170). Sum of RGB (Red+Green+Blue) = 164+108+170=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A46CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CAA is #5B9355. Grayscale: #838383. Windows color (decimal): -6001494 or 11168932. OLE color: 11168932.

HSL color Cylindrical-coordinate representation of color #A46CAA: hue angle of 294.19º degrees, saturation: 0.27, 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 #A46CAA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 108 170 -
CMYK 0.04 0.36 0 0.33
HSL 294.19º 0.27% 0.55% -
HSV(B) 294.19º 0.36% 0.67% -
XYZ 27.93 21.52 40.71 -
YUV 131.81 149.55 150.96 -
System Red Green Blue C M Y K H S L
Decimal 164 108 170 0.04 0.36 0 0.33 294.19 0.27 0.55
Hex A4 6C AA 4 24 0 21 126 1B 37
Octal 244 154 252 4 44 0 41 446 33 67
Binary 10100100 1101100 10101010 100 100100 0 100001 100100110 11011 110111

Color Harmonies of #A46CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CAA

Black with #A46CAA

Text Example


Text Example

White with #A46CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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