Html Css Color HEX #AF6091 Mulberry

📋 copy color: '#AF6091'

red 175 ◦ green 96 ◦ blue 145

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

Shades of Mulberry #AF6091

Tints of Mulberry #AF6091

RGB

 RED value IS 175 (68.75% from 255) = 42.07%

 GREEN value IS 96 (37.89% from 255) = 23.08%

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 42.07%
G = 23.08%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF6091 (or 0xAF6091) is known color: Mulberry. HEX triplet: AF, 60 and 91. RGB value is (175,96,145). Sum of RGB (Red+Green+Blue) = 175+96+145=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6091 is #509F6E. Grayscale: #7D7D7D. Windows color (decimal): -5283695 or 9527471. OLE color: 9527471.

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

Color convert

RGB 175 96 145 -
CMYK 0 0.45 0.17 0.31
HSL 322.78º 0.33% 0.53% -
HSV(B) 322.78º 0.45% 0.69% -
XYZ 26.97 19.52 29.13 -
YUV 125.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 175 96 145 0 0.45 0.17 0.31 322.78 0.33 0.53
Hex AF 60 91 0 2D 11 1F 143 21 35
Octal 257 140 221 0 55 21 37 503 41 65
Binary 10101111 1100000 10010001 0 101101 10001 11111 101000011 100001 110101

Color Harmonies of #AF6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6091

Black with #AF6091

Text Example


Text Example

White with #AF6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6091; }

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

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

background-color css

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

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

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

border-color css

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

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

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