Html Css Color HEX #A64E8C Mulberry

📋 copy color: '#A64E8C'

red 166 ◦ green 78 ◦ blue 140

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

Shades of Mulberry #A64E8C

Tints of Mulberry #A64E8C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.31%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 43.23%
G = 20.31%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A64E8C (or 0xA64E8C) is known color: Mulberry. HEX triplet: A6, 4E and 8C. RGB value is (166,78,140). Sum of RGB (Red+Green+Blue) = 166+78+140=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64E8C is #59B173. Grayscale: #6F6F6F. Windows color (decimal): -5878132 or 9195174. OLE color: 9195174.

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

Color convert

RGB 166 78 140 -
CMYK 0 0.53 0.16 0.35
HSL 317.73º 0.36% 0.48% -
HSV(B) 317.73º 0.53% 0.65% -
XYZ 23.18 15.45 26.57 -
YUV 111.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 166 78 140 0 0.53 0.16 0.35 317.73 0.36 0.48
Hex A6 4E 8C 0 35 10 23 13E 24 30
Octal 246 116 214 0 65 20 43 476 44 60
Binary 10100110 1001110 10001100 0 110101 10000 100011 100111110 100100 110000

Color Harmonies of #A64E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64E8C

Black with #A64E8C

Text Example


Text Example

White with #A64E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64E8C; }

 p { color: rgb(166,78,140); }

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

background-color css

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

 a { background-color: rgb(166,78,140); }

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

border-color css

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

 span { border-color: rgb(166,78,140); }

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