Html Css Color HEX #A64F88 Mulberry

📋 copy color: '#A64F88'

red 166 ◦ green 79 ◦ blue 136

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

Shades of Mulberry #A64F88

Tints of Mulberry #A64F88

RGB

 RED value IS 166 (65.23% from 255) = 43.57%

 GREEN value IS 79 (31.25% from 255) = 20.73%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 43.57%
G = 20.73%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A64F88 (or 0xA64F88) is known color: Mulberry. HEX triplet: A6, 4F and 88. RGB value is (166,79,136). Sum of RGB (Red+Green+Blue) = 166+79+136=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F88 is #59B077. Grayscale: #6F6F6F. Windows color (decimal): -5877880 or 8933286. OLE color: 8933286.

HSL color Cylindrical-coordinate representation of color #A64F88: hue angle of 320.69º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F88 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 79 136 -
CMYK 0 0.52 0.18 0.35
HSL 320.69º 0.36% 0.48% -
HSV(B) 320.69º 0.52% 0.65% -
XYZ 22.97 15.48 25.07 -
YUV 111.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 166 79 136 0 0.52 0.18 0.35 320.69 0.36 0.48
Hex A6 4F 88 0 34 12 23 141 24 30
Octal 246 117 210 0 64 22 43 501 44 60
Binary 10100110 1001111 10001000 0 110100 10010 100011 101000001 100100 110000

Color Harmonies of #A64F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F88

Black with #A64F88

Text Example


Text Example

White with #A64F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F88; }

 p { color: rgb(166,79,136); }

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

background-color css

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

 a { background-color: rgb(166,79,136); }

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

border-color css

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

 span { border-color: rgb(166,79,136); }

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