Html Css Color HEX #A46699 Violet Blue

📋 copy color: '#A46699'

red 164 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #A46699

Tints of Violet Blue #A46699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 39.14%
G = 24.34%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46699 (or 0xA46699) is known color: Violet Blue. HEX triplet: A4, 66 and 99. RGB value is (164,102,153). Sum of RGB (Red+Green+Blue) = 164+102+153=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A46699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46699 is #5B9966. Grayscale: #7E7E7E. Windows color (decimal): -6003047 or 10053284. OLE color: 10053284.

HSL color Cylindrical-coordinate representation of color #A46699: hue angle of 310.65º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46699 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 102 153 -
CMYK 0 0.38 0.07 0.36
HSL 310.65º 0.25% 0.52% -
HSV(B) 310.65º 0.38% 0.64% -
XYZ 25.81 19.7 32.58 -
YUV 126.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 164 102 153 0 0.38 0.07 0.36 310.65 0.25 0.52
Hex A4 66 99 0 26 7 24 137 19 34
Octal 244 146 231 0 46 7 44 467 31 64
Binary 10100100 1100110 10011001 0 100110 111 100100 100110111 11001 110100

Color Harmonies of #A46699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46699

Black with #A46699

Text Example


Text Example

White with #A46699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46699; }

 p { color: rgb(164,102,153); }

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

background-color css

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

 a { background-color: rgb(164,102,153); }

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

border-color css

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

 span { border-color: rgb(164,102,153); }

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