Html Css Color HEX #AF5A8A Mulberry

📋 copy color: '#AF5A8A'

red 175 ◦ green 90 ◦ blue 138

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

Shades of Mulberry #AF5A8A

Tints of Mulberry #AF5A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

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

R = 43.42%
G = 22.33%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF5A8A (or 0xAF5A8A) is known color: Mulberry. HEX triplet: AF, 5A and 8A. RGB value is (175,90,138). Sum of RGB (Red+Green+Blue) = 175+90+138=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5A8A is #50A575. Grayscale: #787878. Windows color (decimal): -5285238 or 9067183. OLE color: 9067183.

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

Color convert

RGB 175 90 138 -
CMYK 0 0.49 0.21 0.31
HSL 326.12º 0.35% 0.52% -
HSV(B) 326.12º 0.49% 0.69% -
XYZ 25.92 18.26 26.2 -
YUV 120.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 175 90 138 0 0.49 0.21 0.31 326.12 0.35 0.52
Hex AF 5A 8A 0 31 15 1F 146 23 34
Octal 257 132 212 0 61 25 37 506 43 64
Binary 10101111 1011010 10001010 0 110001 10101 11111 101000110 100011 110100

Color Harmonies of #AF5A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A8A

Black with #AF5A8A

Text Example


Text Example

White with #AF5A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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