Html Css Color HEX #A67198 Bouquet

📋 copy color: '#A67198'

red 166 ◦ green 113 ◦ blue 152

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

Shades of Bouquet #A67198

Tints of Bouquet #A67198

RGB

 RED value IS 166 (65.23% from 255) = 38.52%

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 38.52%
G = 26.22%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A67198 (or 0xA67198) is known color: Bouquet. HEX triplet: A6, 71 and 98. RGB value is (166,113,152). Sum of RGB (Red+Green+Blue) = 166+113+152=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A67198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67198 is #598E67. Grayscale: #858585. Windows color (decimal): -5869160 or 9990566. OLE color: 9990566.

HSL color Cylindrical-coordinate representation of color #A67198: hue angle of 315.85º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67198 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 152 -
CMYK 0 0.32 0.08 0.35
HSL 315.85º 0.23% 0.55% -
HSV(B) 315.85º 0.32% 0.65% -
XYZ 27.3 22.18 32.55 -
YUV 133.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 166 113 152 0 0.32 0.08 0.35 315.85 0.23 0.55
Hex A6 71 98 0 20 8 23 13C 17 37
Octal 246 161 230 0 40 10 43 474 27 67
Binary 10100110 1110001 10011000 0 100000 1000 100011 100111100 10111 110111

Color Harmonies of #A67198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67198

Black with #A67198

Text Example


Text Example

White with #A67198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67198; }

 p { color: rgb(166,113,152); }

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

background-color css

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

 a { background-color: rgb(166,113,152); }

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

border-color css

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

 span { border-color: rgb(166,113,152); }

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