Html Css Color HEX #A01375 Eggplant

📋 copy color: '#A01375'

red 160 ◦ green 19 ◦ blue 117

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

Shades of Eggplant #A01375

Tints of Eggplant #A01375

RGB

 RED value IS 160 (62.89% from 255) = 54.05%

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 54.05%
G = 6.42%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A01375 (or 0xA01375) is known color: Eggplant. HEX triplet: A0, 13 and 75. RGB value is (160,19,117). Sum of RGB (Red+Green+Blue) = 160+19+117=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A01375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01375 is #5FEC8A. Grayscale: #484848. Windows color (decimal): -6286475 or 7672736. OLE color: 7672736.

HSL color Cylindrical-coordinate representation of color #A01375: hue angle of 318.3º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01375 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 19 117 -
CMYK 0 0.88 0.27 0.37
HSL 318.3º 0.79% 0.35% -
HSV(B) 318.3º 0.88% 0.63% -
XYZ 17.94 9.22 17.66 -
YUV 72.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 160 19 117 0 0.88 0.27 0.37 318.3 0.79 0.35
Hex A0 13 75 0 58 1B 25 13E 4F 23
Octal 240 23 165 0 130 33 45 476 117 43
Binary 10100000 10011 1110101 0 1011000 11011 100101 100111110 1001111 100011

Color Harmonies of #A01375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01375

Black with #A01375

Text Example


Text Example

White with #A01375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01375; }

 p { color: rgb(160,19,117); }

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

background-color css

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

 a { background-color: rgb(160,19,117); }

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

border-color css

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

 span { border-color: rgb(160,19,117); }

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