Html Css Color HEX #A46299 Violet Blue

📋 copy color: '#A46299'

red 164 ◦ green 98 ◦ blue 153

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

Shades of Violet Blue #A46299

Tints of Violet Blue #A46299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

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

R = 39.52%
G = 23.61%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46299 (or 0xA46299) is known color: Violet Blue. HEX triplet: A4, 62 and 99. RGB value is (164,98,153). Sum of RGB (Red+Green+Blue) = 164+98+153=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46299 is #5B9D66. Grayscale: #7B7B7B. Windows color (decimal): -6004071 or 10052260. OLE color: 10052260.

HSL color Cylindrical-coordinate representation of color #A46299: hue angle of 310º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46299 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 153 -
CMYK 0 0.40 0.07 0.36
HSL 310º 0.27% 0.51% -
HSV(B) 310º 0.4% 0.64% -
XYZ 25.43 18.93 32.45 -
YUV 124 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 164 98 153 0 0.40 0.07 0.36 310 0.27 0.51
Hex A4 62 99 0 28 7 24 136 1B 33
Octal 244 142 231 0 50 7 44 466 33 63
Binary 10100100 1100010 10011001 0 101000 111 100100 100110110 11011 110011

Color Harmonies of #A46299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46299

Black with #A46299

Text Example


Text Example

White with #A46299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46299; }

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

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

background-color css

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

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

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

border-color css

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

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

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