Html Css Color HEX #A37098 Bouquet

📋 copy color: '#A37098'

red 163 ◦ green 112 ◦ blue 152

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

Shades of Bouquet #A37098

Tints of Bouquet #A37098

RGB

 RED value IS 163 (64.06% from 255) = 38.17%

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 38.17%
G = 26.23%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A37098 (or 0xA37098) is known color: Bouquet. HEX triplet: A3, 70 and 98. RGB value is (163,112,152). Sum of RGB (Red+Green+Blue) = 163+112+152=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 163 - color contains mainly: red. Hex color #A37098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37098 is #5C8F67. Grayscale: #838383. Windows color (decimal): -6066024 or 9990307. OLE color: 9990307.

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

Color convert

RGB 163 112 152 -
CMYK 0 0.31 0.07 0.36
HSL 312.94º 0.22% 0.54% -
HSV(B) 312.94º 0.31% 0.64% -
XYZ 26.57 21.64 32.48 -
YUV 131.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 163 112 152 0 0.31 0.07 0.36 312.94 0.22 0.54
Hex A3 70 98 0 1F 7 24 139 16 36
Octal 243 160 230 0 37 7 44 471 26 66
Binary 10100011 1110000 10011000 0 11111 111 100100 100111001 10110 110110

Color Harmonies of #A37098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37098

Black with #A37098

Text Example


Text Example

White with #A37098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37098; }

 p { color: rgb(163,112,152); }

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

background-color css

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

 a { background-color: rgb(163,112,152); }

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

border-color css

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

 span { border-color: rgb(163,112,152); }

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