Html Css Color HEX #AF558A Mulberry

📋 copy color: '#AF558A'

red 175 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #AF558A

Tints of Mulberry #AF558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 43.97%
G = 21.36%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF558A (or 0xAF558A) is known color: Mulberry. HEX triplet: AF, 55 and 8A. RGB value is (175,85,138). Sum of RGB (Red+Green+Blue) = 175+85+138=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF558A is #50AA75. Grayscale: #757575. Windows color (decimal): -5286518 or 9065903. OLE color: 9065903.

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

Color convert

RGB 175 85 138 -
CMYK 0 0.51 0.21 0.31
HSL 324.67º 0.36% 0.51% -
HSV(B) 324.67º 0.51% 0.69% -
XYZ 25.52 17.45 26.07 -
YUV 117.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 175 85 138 0 0.51 0.21 0.31 324.67 0.36 0.51
Hex AF 55 8A 0 33 15 1F 145 24 33
Octal 257 125 212 0 63 25 37 505 44 63
Binary 10101111 1010101 10001010 0 110011 10101 11111 101000101 100100 110011

Color Harmonies of #AF558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF558A

Black with #AF558A

Text Example


Text Example

White with #AF558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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