Html Css Color HEX #A37A94 Bouquet

📋 copy color: '#A37A94'

red 163 ◦ green 122 ◦ blue 148

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

Shades of Bouquet #A37A94

Tints of Bouquet #A37A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.18%

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 37.64%
G = 28.18%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A37A94 (or 0xA37A94) is known color: Bouquet. HEX triplet: A3, 7A and 94. RGB value is (163,122,148). Sum of RGB (Red+Green+Blue) = 163+122+148=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37A94 is #5C856B. Grayscale: #898989. Windows color (decimal): -6063468 or 9730723. OLE color: 9730723.

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

Color convert

RGB 163 122 148 -
CMYK 0 0.25 0.09 0.36
HSL 321.95º 0.18% 0.56% -
HSV(B) 321.95º 0.25% 0.64% -
XYZ 27.41 23.84 31.17 -
YUV 137.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 163 122 148 0 0.25 0.09 0.36 321.95 0.18 0.56
Hex A3 7A 94 0 19 9 24 142 12 38
Octal 243 172 224 0 31 11 44 502 22 70
Binary 10100011 1111010 10010100 0 11001 1001 100100 101000010 10010 111000

Color Harmonies of #A37A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A94

Black with #A37A94

Text Example


Text Example

White with #A37A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A94; }

 p { color: rgb(163,122,148); }

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

background-color css

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

 a { background-color: rgb(163,122,148); }

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

border-color css

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

 span { border-color: rgb(163,122,148); }

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