Html Css Color HEX #A07298 Bouquet

📋 copy color: '#A07298'

red 160 ◦ green 114 ◦ blue 152

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

Shades of Bouquet #A07298

Tints of Bouquet #A07298

RGB

 RED value IS 160 (62.89% from 255) = 37.56%

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

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

R = 37.56%
G = 26.76%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A07298 (or 0xA07298) is known color: Bouquet. HEX triplet: A0, 72 and 98. RGB value is (160,114,152). Sum of RGB (Red+Green+Blue) = 160+114+152=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 160 - color contains mainly: red. Hex color #A07298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07298 is #5F8D67. Grayscale: #838383. Windows color (decimal): -6262120 or 9990816. OLE color: 9990816.

HSL color Cylindrical-coordinate representation of color #A07298: hue angle of 310.43º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07298 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 114 152 -
CMYK 0 0.29 0.05 0.37
HSL 310.43º 0.19% 0.54% -
HSV(B) 310.43º 0.29% 0.63% -
XYZ 26.18 21.78 32.53 -
YUV 132.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 160 114 152 0 0.29 0.05 0.37 310.43 0.19 0.54
Hex A0 72 98 0 1D 5 25 136 13 36
Octal 240 162 230 0 35 5 45 466 23 66
Binary 10100000 1110010 10011000 0 11101 101 100101 100110110 10011 110110

Color Harmonies of #A07298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07298

Black with #A07298

Text Example


Text Example

White with #A07298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07298; }

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

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

background-color css

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

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

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

border-color css

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

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

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