Html Css Color HEX #AF5594 Mulberry

📋 copy color: '#AF5594'

red 175 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #AF5594

Tints of Mulberry #AF5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 42.89%
G = 20.83%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF5594 (or 0xAF5594) is known color: Mulberry. HEX triplet: AF, 55 and 94. RGB value is (175,85,148). Sum of RGB (Red+Green+Blue) = 175+85+148=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5594 is #50AA6B. Grayscale: #767676. Windows color (decimal): -5286508 or 9721263. OLE color: 9721263.

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

Color convert

RGB 175 85 148 -
CMYK 0 0.51 0.15 0.31
HSL 318º 0.36% 0.51% -
HSV(B) 318º 0.51% 0.69% -
XYZ 26.27 17.75 30.06 -
YUV 119.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 175 85 148 0 0.51 0.15 0.31 318 0.36 0.51
Hex AF 55 94 0 33 F 1F 13E 24 33
Octal 257 125 224 0 63 17 37 476 44 63
Binary 10101111 1010101 10010100 0 110011 1111 11111 100111110 100100 110011

Color Harmonies of #AF5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5594

Black with #AF5594

Text Example


Text Example

White with #AF5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5594; }

 p { color: rgb(175,85,148); }

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

background-color css

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

 a { background-color: rgb(175,85,148); }

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

border-color css

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

 span { border-color: rgb(175,85,148); }

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