#A7ACBD

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

Shades of Mischka #A7ACBD

Tints of Mischka #A7ACBD

Color information

#A7ACBD (or 0xA7ACBD) is unknown color: approx Mischka. HEX triplet: A7, AC and BD. RGB value is (167,172,189). Sum of RGB (Red+Green+Blue) = 167+172+189=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACBD is #585342. Grayscale: #ACACAC. Windows color (decimal): -5788483 or 12430503. OLE color: 12430503.

HSL color Cylindrical-coordinate representation of color #A7ACBD: hue angle of 226.36º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7ACBD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB167172189-
CMYK0.120.0900.26
HSL226.36º14.29%69.8%-
HSV(B)226.36º11.64%74.12%-
XYZ39.8741.3954.03-
YUV172.44137.34124.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=31.63%
G=32.58%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671721890.120.0900.26226.3614.2969.8
HexA7ACBDC901Ae2e46
Octal247254275141103234216106
Binary101001111010110010111101110010010110101110001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ACBD; }

 p { color: rgb(167,172,189); }

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

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

 a { background-color: rgb(167,172,189); }

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

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

 span { border-color: rgb(167,172,189); }

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