Html Css Color HEX #A67098 Bouquet

📋 copy color: '#A67098'

red 166 ◦ green 112 ◦ blue 152

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

Shades of Bouquet #A67098

Tints of Bouquet #A67098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

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

R = 38.6%
G = 26.05%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A67098 (or 0xA67098) is known color: Bouquet. HEX triplet: A6, 70 and 98. RGB value is (166,112,152). Sum of RGB (Red+Green+Blue) = 166+112+152=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A67098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67098 is #598F67. Grayscale: #848484. Windows color (decimal): -5869416 or 9990310. OLE color: 9990310.

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

Color convert

RGB 166 112 152 -
CMYK 0 0.33 0.08 0.35
HSL 315.56º 0.23% 0.55% -
HSV(B) 315.56º 0.33% 0.65% -
XYZ 27.19 21.96 32.51 -
YUV 132.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 166 112 152 0 0.33 0.08 0.35 315.56 0.23 0.55
Hex A6 70 98 0 21 8 23 13C 17 37
Octal 246 160 230 0 41 10 43 474 27 67
Binary 10100110 1110000 10011000 0 100001 1000 100011 100111100 10111 110111

Color Harmonies of #A67098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67098

Black with #A67098

Text Example


Text Example

White with #A67098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67098; }

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

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

background-color css

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

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

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

border-color css

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

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

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