Html Css Color HEX #AF4A90 Mulberry

📋 copy color: '#AF4A90'

red 175 ◦ green 74 ◦ blue 144

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

Shades of Mulberry #AF4A90

Tints of Mulberry #AF4A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.83%

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 44.53%
G = 18.83%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF4A90 (or 0xAF4A90) is known color: Mulberry. HEX triplet: AF, 4A and 90. RGB value is (175,74,144). Sum of RGB (Red+Green+Blue) = 175+74+144=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A90 is #50B56F. Grayscale: #707070. Windows color (decimal): -5289328 or 9456303. OLE color: 9456303.

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

Color convert

RGB 175 74 144 -
CMYK 0 0.58 0.18 0.31
HSL 318.42º 0.41% 0.49% -
HSV(B) 318.42º 0.58% 0.69% -
XYZ 25.16 16.03 28.15 -
YUV 112.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 175 74 144 0 0.58 0.18 0.31 318.42 0.41 0.49
Hex AF 4A 90 0 3A 12 1F 13E 29 31
Octal 257 112 220 0 72 22 37 476 51 61
Binary 10101111 1001010 10010000 0 111010 10010 11111 100111110 101001 110001

Color Harmonies of #AF4A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A90

Black with #AF4A90

Text Example


Text Example

White with #AF4A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A90; }

 p { color: rgb(175,74,144); }

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

background-color css

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

 a { background-color: rgb(175,74,144); }

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

border-color css

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

 span { border-color: rgb(175,74,144); }

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