Html Css Color HEX #A37495 Bouquet

📋 copy color: '#A37495'

red 163 ◦ green 116 ◦ blue 149

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

Shades of Bouquet #A37495

Tints of Bouquet #A37495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

 BLUE value IS 149 (58.59% from 255) = 34.81%

R = 38.08%
G = 27.1%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A37495 (or 0xA37495) is known color: Bouquet. HEX triplet: A3, 74 and 95. RGB value is (163,116,149). Sum of RGB (Red+Green+Blue) = 163+116+149=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A37495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37495 is #5C8B6A. Grayscale: #858585. Windows color (decimal): -6065003 or 9794723. OLE color: 9794723.

HSL color Cylindrical-coordinate representation of color #A37495: hue angle of 317.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A37495 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 149 -
CMYK 0 0.29 0.09 0.36
HSL 317.87º 0.2% 0.55% -
HSV(B) 317.87º 0.29% 0.64% -
XYZ 26.77 22.45 31.36 -
YUV 133.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 163 116 149 0 0.29 0.09 0.36 317.87 0.2 0.55
Hex A3 74 95 0 1D 9 24 13E 14 37
Octal 243 164 225 0 35 11 44 476 24 67
Binary 10100011 1110100 10010101 0 11101 1001 100100 100111110 10100 110111

Color Harmonies of #A37495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37495

Black with #A37495

Text Example


Text Example

White with #A37495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37495; }

 p { color: rgb(163,116,149); }

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

background-color css

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

 a { background-color: rgb(163,116,149); }

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

border-color css

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

 span { border-color: rgb(163,116,149); }

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