Html Css Color HEX #AF6190 Mulberry

📋 copy color: '#AF6190'

red 175 ◦ green 97 ◦ blue 144

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

Shades of Mulberry #AF6190

Tints of Mulberry #AF6190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.32%

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

R = 42.07%
G = 23.32%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF6190 (or 0xAF6190) is known color: Mulberry. HEX triplet: AF, 61 and 90. RGB value is (175,97,144). Sum of RGB (Red+Green+Blue) = 175+97+144=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6190 is #509E6F. Grayscale: #7D7D7D. Windows color (decimal): -5283440 or 9462191. OLE color: 9462191.

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

Color convert

RGB 175 97 144 -
CMYK 0 0.45 0.18 0.31
HSL 323.85º 0.33% 0.53% -
HSV(B) 323.85º 0.45% 0.69% -
XYZ 26.99 19.68 28.76 -
YUV 125.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 175 97 144 0 0.45 0.18 0.31 323.85 0.33 0.53
Hex AF 61 90 0 2D 12 1F 144 21 35
Octal 257 141 220 0 55 22 37 504 41 65
Binary 10101111 1100001 10010000 0 101101 10010 11111 101000100 100001 110101

Color Harmonies of #AF6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6190

Black with #AF6190

Text Example


Text Example

White with #AF6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6190; }

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

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

background-color css

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

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

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

border-color css

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

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

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