Html Css Color HEX #A46F98 Bouquet

📋 copy color: '#A46F98'

red 164 ◦ green 111 ◦ blue 152

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

Shades of Bouquet #A46F98

Tints of Bouquet #A46F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

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

R = 38.41%
G = 26%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46F98 (or 0xA46F98) is known color: Bouquet. HEX triplet: A4, 6F and 98. RGB value is (164,111,152). Sum of RGB (Red+Green+Blue) = 164+111+152=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46F98 is #5B9067. Grayscale: #838383. Windows color (decimal): -6000744 or 9990052. OLE color: 9990052.

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

Color convert

RGB 164 111 152 -
CMYK 0 0.32 0.07 0.36
HSL 313.58º 0.23% 0.54% -
HSV(B) 313.58º 0.32% 0.64% -
XYZ 26.66 21.53 32.46 -
YUV 131.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 164 111 152 0 0.32 0.07 0.36 313.58 0.23 0.54
Hex A4 6F 98 0 20 7 24 13A 17 36
Octal 244 157 230 0 40 7 44 472 27 66
Binary 10100100 1101111 10011000 0 100000 111 100100 100111010 10111 110110

Color Harmonies of #A46F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F98

Black with #A46F98

Text Example


Text Example

White with #A46F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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