Html Css Color HEX #A784A0 Bouquet

📋 copy color: '#A784A0'

red 167 ◦ green 132 ◦ blue 160

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

Shades of Bouquet #A784A0

Tints of Bouquet #A784A0

RGB

 RED value IS 167 (65.63% from 255) = 36.38%

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 36.38%
G = 28.76%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A784A0 (or 0xA784A0) is known color: Bouquet. HEX triplet: A7, 84 and A0. RGB value is (167,132,160). Sum of RGB (Red+Green+Blue) = 167+132+160=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 167 - color contains mainly: red. Hex color #A784A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A784A0 is #587B5F. Grayscale: #919191. Windows color (decimal): -5798752 or 10519719. OLE color: 10519719.

HSL color Cylindrical-coordinate representation of color #A784A0: hue angle of 312º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A784A0 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 132 160 -
CMYK 0 0.21 0.04 0.35
HSL 312º 0.17% 0.59% -
HSV(B) 312º 0.21% 0.65% -
XYZ 30.53 27.26 36.91 -
YUV 145.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 167 132 160 0 0.21 0.04 0.35 312 0.17 0.59
Hex A7 84 A0 0 15 4 23 138 11 3B
Octal 247 204 240 0 25 4 43 470 21 73
Binary 10100111 10000100 10100000 0 10101 100 100011 100111000 10001 111011

Color Harmonies of #A784A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A784A0

Black with #A784A0

Text Example


Text Example

White with #A784A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A784A0; }

 p { color: rgb(167,132,160); }

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

background-color css

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

 a { background-color: rgb(167,132,160); }

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

border-color css

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

 span { border-color: rgb(167,132,160); }

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