Html Css Color HEX #A785A0 Bouquet

📋 copy color: '#A785A0'

red 167 ◦ green 133 ◦ blue 160

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

Shades of Bouquet #A785A0

Tints of Bouquet #A785A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

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

R = 36.3%
G = 28.91%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A785A0 (or 0xA785A0) is known color: Bouquet. HEX triplet: A7, 85 and A0. RGB value is (167,133,160). Sum of RGB (Red+Green+Blue) = 167+133+160=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 167 - color contains mainly: red. Hex color #A785A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A785A0 is #587A5F. Grayscale: #929292. Windows color (decimal): -5798496 or 10519975. OLE color: 10519975.

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

Color convert

RGB 167 133 160 -
CMYK 0 0.20 0.04 0.35
HSL 312.35º 0.16% 0.59% -
HSV(B) 312.35º 0.2% 0.65% -
XYZ 30.67 27.53 36.95 -
YUV 146.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 167 133 160 0 0.20 0.04 0.35 312.35 0.16 0.59
Hex A7 85 A0 0 14 4 23 138 10 3B
Octal 247 205 240 0 24 4 43 470 20 73
Binary 10100111 10000101 10100000 0 10100 100 100011 100111000 10000 111011

Color Harmonies of #A785A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785A0

Black with #A785A0

Text Example


Text Example

White with #A785A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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