Html Css Color HEX #A978A2 Bouquet

📋 copy color: '#A978A2'

red 169 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #A978A2

Tints of Bouquet #A978A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 37.47%
G = 26.61%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A978A2 (or 0xA978A2) is known color: Bouquet. HEX triplet: A9, 78 and A2. RGB value is (169,120,162). Sum of RGB (Red+Green+Blue) = 169+120+162=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A978A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978A2 is #56875D. Grayscale: #8B8B8B. Windows color (decimal): -5670750 or 10647721. OLE color: 10647721.

HSL color Cylindrical-coordinate representation of color #A978A2: hue angle of 308.57º 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 #A978A2 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 120 162 -
CMYK 0 0.29 0.04 0.34
HSL 308.57º 0.22% 0.57% -
HSV(B) 308.57º 0.29% 0.66% -
XYZ 29.6 24.48 37.35 -
YUV 139.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 169 120 162 0 0.29 0.04 0.34 308.57 0.22 0.57
Hex A9 78 A2 0 1D 4 22 135 16 39
Octal 251 170 242 0 35 4 42 465 26 71
Binary 10101001 1111000 10100010 0 11101 100 100010 100110101 10110 111001

Color Harmonies of #A978A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978A2

Black with #A978A2

Text Example


Text Example

White with #A978A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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