#A26F98

Color #A26F98 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #A26F98

Tints of Bouquet #A26F98

Color information

#A26F98 (or 0xA26F98) is unknown color: approx Bouquet. HEX triplet: A2, 6F and 98. RGB value is (162,111,152). Sum of RGB (Red+Green+Blue) = 162+111+152=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F98 is #5D9067. Grayscale: #828282. Windows color (decimal): -6131816 or 9990050. OLE color: 9990050.

HSL color Cylindrical-coordinate representation of color #A26F98: hue angle of 311.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A26F98 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162111152-
CMYK00.310.060.36
HSL311.76º21.52%53.53%-
HSV(B)311.76º31.48%63.53%-
XYZ26.2521.3232.44-
YUV130.92139.9150.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=38.12%
G=26.12%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211115200.310.060.36311.7621.5253.53
HexA26F9801F6241381636
Octal2421572300376444702666
Binary1010001011011111001100001111111010010010011100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F98; }

 p { color: rgb(162,111,152); }

 H1.HeaderClassName
 {
   color: #A26F98;
 }
 .AnyTagClassName
 {
   color: #A26F98;
 }
</style>
background-color css

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

 a { background-color: rgb(162,111,152); }

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

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

 span { border-color: rgb(162,111,152); }

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