Html Css Color HEX #A978A4 Bouquet

📋 copy color: '#A978A4'

red 169 ◦ green 120 ◦ blue 164

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

Shades of Bouquet #A978A4

Tints of Bouquet #A978A4

RGB

 RED value IS 169 (66.41% from 255) = 37.31%

 GREEN value IS 120 (47.27% from 255) = 26.49%

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 37.31%
G = 26.49%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A978A4 (or 0xA978A4) is known color: Bouquet. HEX triplet: A9, 78 and A4. RGB value is (169,120,164). Sum of RGB (Red+Green+Blue) = 169+120+164=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A978A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978A4 is #56875B. Grayscale: #8B8B8B. Windows color (decimal): -5670748 or 10778793. OLE color: 10778793.

HSL color Cylindrical-coordinate representation of color #A978A4: hue angle of 306.12º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A978A4 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 120 164 -
CMYK 0 0.29 0.03 0.34
HSL 306.12º 0.22% 0.57% -
HSV(B) 306.12º 0.29% 0.66% -
XYZ 29.78 24.55 38.29 -
YUV 139.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 169 120 164 0 0.29 0.03 0.34 306.12 0.22 0.57
Hex A9 78 A4 0 1D 3 22 132 16 39
Octal 251 170 244 0 35 3 42 462 26 71
Binary 10101001 1111000 10100100 0 11101 11 100010 100110010 10110 111001

Color Harmonies of #A978A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978A4

Black with #A978A4

Text Example


Text Example

White with #A978A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978A4; }

 p { color: rgb(169,120,164); }

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

background-color css

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

 a { background-color: rgb(169,120,164); }

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

border-color css

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

 span { border-color: rgb(169,120,164); }

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