Html Css Color HEX #AF4B8B Mulberry

📋 copy color: '#AF4B8B'

red 175 ◦ green 75 ◦ blue 139

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

Shades of Mulberry #AF4B8B

Tints of Mulberry #AF4B8B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 44.99%
G = 19.28%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF4B8B (or 0xAF4B8B) is known color: Mulberry. HEX triplet: AF, 4B and 8B. RGB value is (175,75,139). Sum of RGB (Red+Green+Blue) = 175+75+139=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4B8B is #50B474. Grayscale: #707070. Windows color (decimal): -5289077 or 9128879. OLE color: 9128879.

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

Color convert

RGB 175 75 139 -
CMYK 0 0.57 0.21 0.31
HSL 321.6º 0.4% 0.49% -
HSV(B) 321.6º 0.57% 0.69% -
XYZ 24.86 16.01 26.21 -
YUV 112.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 175 75 139 0 0.57 0.21 0.31 321.6 0.4 0.49
Hex AF 4B 8B 0 39 15 1F 142 28 31
Octal 257 113 213 0 71 25 37 502 50 61
Binary 10101111 1001011 10001011 0 111001 10101 11111 101000010 101000 110001

Color Harmonies of #AF4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B8B

Black with #AF4B8B

Text Example


Text Example

White with #AF4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B8B; }

 p { color: rgb(175,75,139); }

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

background-color css

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

 a { background-color: rgb(175,75,139); }

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

border-color css

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

 span { border-color: rgb(175,75,139); }

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