Html Css Color HEX #A46E98 Bouquet

📋 copy color: '#A46E98'

red 164 ◦ green 110 ◦ blue 152

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

Shades of Bouquet #A46E98

Tints of Bouquet #A46E98

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.82%

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

R = 38.5%
G = 25.82%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46E98 (or 0xA46E98) is known color: Bouquet. HEX triplet: A4, 6E and 98. RGB value is (164,110,152). Sum of RGB (Red+Green+Blue) = 164+110+152=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E98 is #5B9167. Grayscale: #828282. Windows color (decimal): -6001000 or 9989796. OLE color: 9989796.

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

Color convert

RGB 164 110 152 -
CMYK 0 0.33 0.07 0.36
HSL 313.33º 0.23% 0.54% -
HSV(B) 313.33º 0.33% 0.64% -
XYZ 26.55 21.31 32.42 -
YUV 130.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 164 110 152 0 0.33 0.07 0.36 313.33 0.23 0.54
Hex A4 6E 98 0 21 7 24 139 17 36
Octal 244 156 230 0 41 7 44 471 27 66
Binary 10100100 1101110 10011000 0 100001 111 100100 100111001 10111 110110

Color Harmonies of #A46E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E98

Black with #A46E98

Text Example


Text Example

White with #A46E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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