Html Css Color HEX #A46998 Violet Blue

📋 copy color: '#A46998'

red 164 ◦ green 105 ◦ blue 152

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

Shades of Violet Blue #A46998

Tints of Violet Blue #A46998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 152 (59.77% from 255) = 36.1%

R = 38.95%
G = 24.94%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46998 (or 0xA46998) is known color: Violet Blue. HEX triplet: A4, 69 and 98. RGB value is (164,105,152). Sum of RGB (Red+Green+Blue) = 164+105+152=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A46998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46998 is #5B9667. Grayscale: #7F7F7F. Windows color (decimal): -6002280 or 9988516. OLE color: 9988516.

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

Color convert

RGB 164 105 152 -
CMYK 0 0.36 0.07 0.36
HSL 312.2º 0.24% 0.53% -
HSV(B) 312.2º 0.36% 0.64% -
XYZ 26.03 20.26 32.24 -
YUV 128 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 164 105 152 0 0.36 0.07 0.36 312.2 0.24 0.53
Hex A4 69 98 0 24 7 24 138 18 35
Octal 244 151 230 0 44 7 44 470 30 65
Binary 10100100 1101001 10011000 0 100100 111 100100 100111000 11000 110101

Color Harmonies of #A46998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46998

Black with #A46998

Text Example


Text Example

White with #A46998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46998; }

 p { color: rgb(164,105,152); }

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

background-color css

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

 a { background-color: rgb(164,105,152); }

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

border-color css

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

 span { border-color: rgb(164,105,152); }

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