Html Css Color HEX #AF5895 Mulberry

📋 copy color: '#AF5895'

red 175 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #AF5895

Tints of Mulberry #AF5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.36%

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 42.48%
G = 21.36%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF5895 (or 0xAF5895) is known color: Mulberry. HEX triplet: AF, 58 and 95. RGB value is (175,88,149). Sum of RGB (Red+Green+Blue) = 175+88+149=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5895 is #50A76A. Grayscale: #787878. Windows color (decimal): -5285739 or 9787567. OLE color: 9787567.

HSL color Cylindrical-coordinate representation of color #AF5895: hue angle of 317.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5895 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 149 -
CMYK 0 0.50 0.15 0.31
HSL 317.93º 0.35% 0.52% -
HSV(B) 317.93º 0.5% 0.69% -
XYZ 26.59 18.26 30.56 -
YUV 120.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 175 88 149 0 0.50 0.15 0.31 317.93 0.35 0.52
Hex AF 58 95 0 32 F 1F 13E 23 34
Octal 257 130 225 0 62 17 37 476 43 64
Binary 10101111 1011000 10010101 0 110010 1111 11111 100111110 100011 110100

Color Harmonies of #AF5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5895

Black with #AF5895

Text Example


Text Example

White with #AF5895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5895; }

 p { color: rgb(175,88,149); }

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

background-color css

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

 a { background-color: rgb(175,88,149); }

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

border-color css

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

 span { border-color: rgb(175,88,149); }

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