Html Css Color HEX #AF6291 Mountbatten Pink

📋 copy color: '#AF6291'

red 175 ◦ green 98 ◦ blue 145

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

Shades of Mountbatten Pink #AF6291

Tints of Mountbatten Pink #AF6291

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 value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF6291 (or 0xAF6291) is known color: 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

RGB 175 98 145 -
CMYK 0 0.44 0.17 0.31
HSL 323.38º 0.32% 0.54% -
HSV(B) 323.38º 0.44% 0.69% -
XYZ 27.16 19.89 29.2 -
YUV 126.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 175 98 145 0 0.44 0.17 0.31 323.38 0.32 0.54
Hex AF 62 91 0 2C 11 1F 143 20 36
Octal 257 142 221 0 54 21 37 503 40 66
Binary 10101111 1100010 10010001 0 101100 10001 11111 101000011 100000 110110

Color Harmonies of #AF6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6291

Black with #AF6291

Text Example


Text Example

White with #AF6291

Text Example


Text Example

HTML Codes & Css Web 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>