#AF6291

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

Shades of Mountbatten Pink #AF6291

Tints of Mountbatten Pink #AF6291

Color information

#AF6291 (or 0xAF6291) is unknown color: approx Mountbatten Pink. HEX triplet: AF, 62 and 91. RGB value is (175,98,145). Sum of RGB (Red+Green+Blue) = 175+98+145=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6291 is #509D6E. Grayscale: #7E7E7E. Windows color (decimal): -5283183 or 9527983. OLE color: 9527983.

HSL color Cylindrical-coordinate representation of color #AF6291: hue angle of 323.38º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6291 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17598145-
CMYK00.440.170.31
HSL323.38º32.49%53.53%-
HSV(B)323.38º44%68.63%-
XYZ27.1619.8929.2-
YUV126.38138.51162.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.87%
GREEN value IS 98 (38.67% from 255) = 23.44%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=41.87%
G=23.44%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759814500.440.170.31323.3832.4953.53
HexAF629102C111F1432036
Octal25714222105421375034066
Binary1010111111000101001000101011001000111111101000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6291; }

 p { color: rgb(175,98,145); }

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

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

 a { background-color: rgb(175,98,145); }

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

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

 span { border-color: rgb(175,98,145); }

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