Html Css Color HEX #AF6090 Mulberry

📋 copy color: '#AF6090'

red 175 ◦ green 96 ◦ blue 144

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

Shades of Mulberry #AF6090

Tints of Mulberry #AF6090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.7%

R = 42.17%
G = 23.13%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6090 (or 0xAF6090) is known color: Mulberry. HEX triplet: AF, 60 and 90. RGB value is (175,96,144). Sum of RGB (Red+Green+Blue) = 175+96+144=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6090 is #509F6F. Grayscale: #7C7C7C. Windows color (decimal): -5283696 or 9461935. OLE color: 9461935.

HSL color Cylindrical-coordinate representation of color #AF6090: hue angle of 323.54º 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 #AF6090 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 144 -
CMYK 0 0.45 0.18 0.31
HSL 323.54º 0.33% 0.53% -
HSV(B) 323.54º 0.45% 0.69% -
XYZ 26.9 19.49 28.73 -
YUV 125.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 175 96 144 0 0.45 0.18 0.31 323.54 0.33 0.53
Hex AF 60 90 0 2D 12 1F 144 21 35
Octal 257 140 220 0 55 22 37 504 41 65
Binary 10101111 1100000 10010000 0 101101 10010 11111 101000100 100001 110101

Color Harmonies of #AF6090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6090

Black with #AF6090

Text Example


Text Example

White with #AF6090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6090; }

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

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

background-color css

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

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

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

border-color css

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

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

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