Html Css Color HEX #A87194 Bouquet

📋 copy color: '#A87194'

red 168 ◦ green 113 ◦ blue 148

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

Shades of Bouquet #A87194

Tints of Bouquet #A87194

RGB

 RED value IS 168 (66.02% from 255) = 39.16%

 GREEN value IS 113 (44.53% from 255) = 26.34%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 39.16%
G = 26.34%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A87194 (or 0xA87194) is known color: Bouquet. HEX triplet: A8, 71 and 94. RGB value is (168,113,148). Sum of RGB (Red+Green+Blue) = 168+113+148=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A87194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87194 is #578E6B. Grayscale: #858585. Windows color (decimal): -5738092 or 9728424. OLE color: 9728424.

HSL color Cylindrical-coordinate representation of color #A87194: hue angle of 321.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87194 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 113 148 -
CMYK 0 0.33 0.12 0.34
HSL 321.82º 0.24% 0.55% -
HSV(B) 321.82º 0.33% 0.66% -
XYZ 27.4 22.27 30.87 -
YUV 133.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 168 113 148 0 0.33 0.12 0.34 321.82 0.24 0.55
Hex A8 71 94 0 21 C 22 142 18 37
Octal 250 161 224 0 41 14 42 502 30 67
Binary 10101000 1110001 10010100 0 100001 1100 100010 101000010 11000 110111

Color Harmonies of #A87194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87194

Black with #A87194

Text Example


Text Example

White with #A87194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87194; }

 p { color: rgb(168,113,148); }

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

background-color css

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

 a { background-color: rgb(168,113,148); }

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

border-color css

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

 span { border-color: rgb(168,113,148); }

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