Html Css Color HEX #A61378 Eggplant

📋 copy color: '#A61378'

red 166 ◦ green 19 ◦ blue 120

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

Shades of Eggplant #A61378

Tints of Eggplant #A61378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 54.43%
G = 6.23%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A61378 (or 0xA61378) is known color: Eggplant. HEX triplet: A6, 13 and 78. RGB value is (166,19,120). Sum of RGB (Red+Green+Blue) = 166+19+120=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A61378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61378 is #59EC87. Grayscale: #4A4A4A. Windows color (decimal): -5893256 or 7869350. OLE color: 7869350.

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

Color convert

RGB 166 19 120 -
CMYK 0 0.89 0.28 0.35
HSL 318.78º 0.79% 0.36% -
HSV(B) 318.78º 0.89% 0.65% -
XYZ 19.35 9.93 18.67 -
YUV 74.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 166 19 120 0 0.89 0.28 0.35 318.78 0.79 0.36
Hex A6 13 78 0 59 1C 23 13F 4F 24
Octal 246 23 170 0 131 34 43 477 117 44
Binary 10100110 10011 1111000 0 1011001 11100 100011 100111111 1001111 100100

Color Harmonies of #A61378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61378

Black with #A61378

Text Example


Text Example

White with #A61378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61378; }

 p { color: rgb(166,19,120); }

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

background-color css

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

 a { background-color: rgb(166,19,120); }

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

border-color css

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

 span { border-color: rgb(166,19,120); }

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