Html Css Color HEX #AA7CA4 Bouquet

📋 copy color: '#AA7CA4'

red 170 ◦ green 124 ◦ blue 164

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

Shades of Bouquet #AA7CA4

Tints of Bouquet #AA7CA4

RGB

 RED value IS 170 (66.8% from 255) = 37.12%

 GREEN value IS 124 (48.83% from 255) = 27.07%

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

R = 37.12%
G = 27.07%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA7CA4 (or 0xAA7CA4) is known color: Bouquet. HEX triplet: AA, 7C and A4. RGB value is (170,124,164). Sum of RGB (Red+Green+Blue) = 170+124+164=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CA4 is #55835B. Grayscale: #8E8E8E. Windows color (decimal): -5604188 or 10779818. OLE color: 10779818.

HSL color Cylindrical-coordinate representation of color #AA7CA4: hue angle of 307.83º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7CA4 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 124 164 -
CMYK 0 0.27 0.04 0.33
HSL 307.83º 0.21% 0.58% -
HSV(B) 307.83º 0.27% 0.67% -
XYZ 30.49 25.64 38.46 -
YUV 142.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 170 124 164 0 0.27 0.04 0.33 307.83 0.21 0.58
Hex AA 7C A4 0 1B 4 21 134 15 3A
Octal 252 174 244 0 33 4 41 464 25 72
Binary 10101010 1111100 10100100 0 11011 100 100001 100110100 10101 111010

Color Harmonies of #AA7CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CA4

Black with #AA7CA4

Text Example


Text Example

White with #AA7CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CA4; }

 p { color: rgb(170,124,164); }

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

background-color css

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

 a { background-color: rgb(170,124,164); }

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

border-color css

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

 span { border-color: rgb(170,124,164); }

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