Html Css Color HEX #A37298 Bouquet

📋 copy color: '#A37298'

red 163 ◦ green 114 ◦ blue 152

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

Shades of Bouquet #A37298

Tints of Bouquet #A37298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 38%
G = 26.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A37298 (or 0xA37298) is known color: Bouquet. HEX triplet: A3, 72 and 98. RGB value is (163,114,152). Sum of RGB (Red+Green+Blue) = 163+114+152=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 163 - color contains mainly: red. Hex color #A37298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37298 is #5C8D67. Grayscale: #848484. Windows color (decimal): -6065512 or 9990819. OLE color: 9990819.

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

Color convert

RGB 163 114 152 -
CMYK 0 0.30 0.07 0.36
HSL 313.47º 0.21% 0.54% -
HSV(B) 313.47º 0.3% 0.64% -
XYZ 26.79 22.09 32.56 -
YUV 132.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 163 114 152 0 0.30 0.07 0.36 313.47 0.21 0.54
Hex A3 72 98 0 1E 7 24 139 15 36
Octal 243 162 230 0 36 7 44 471 25 66
Binary 10100011 1110010 10011000 0 11110 111 100100 100111001 10101 110110

Color Harmonies of #A37298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37298

Black with #A37298

Text Example


Text Example

White with #A37298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37298; }

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

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

background-color css

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

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

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

border-color css

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

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

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