Html Css Color HEX #A07D9B Bouquet

📋 copy color: '#A07D9B'

red 160 ◦ green 125 ◦ blue 155

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

Shades of Bouquet #A07D9B

Tints of Bouquet #A07D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 36.36%
G = 28.41%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A07D9B (or 0xA07D9B) is known color: Bouquet. HEX triplet: A0, 7D and 9B. RGB value is (160,125,155). Sum of RGB (Red+Green+Blue) = 160+125+155=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D9B is #5F8264. Grayscale: #8A8A8A. Windows color (decimal): -6259301 or 10190240. OLE color: 10190240.

HSL color Cylindrical-coordinate representation of color #A07D9B: hue angle of 308.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07D9B is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 155 -
CMYK 0 0.22 0.03 0.37
HSL 308.57º 0.16% 0.56% -
HSV(B) 308.57º 0.22% 0.63% -
XYZ 27.75 24.51 34.28 -
YUV 138.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 160 125 155 0 0.22 0.03 0.37 308.57 0.16 0.56
Hex A0 7D 9B 0 16 3 25 135 10 38
Octal 240 175 233 0 26 3 45 465 20 70
Binary 10100000 1111101 10011011 0 10110 11 100101 100110101 10000 111000

Color Harmonies of #A07D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D9B

Black with #A07D9B

Text Example


Text Example

White with #A07D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D9B; }

 p { color: rgb(160,125,155); }

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

background-color css

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

 a { background-color: rgb(160,125,155); }

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

border-color css

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

 span { border-color: rgb(160,125,155); }

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