Html Css Color HEX #A00164 Eggplant

📋 copy color: '#A00164'

red 160 ◦ green 1 ◦ blue 100

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

Shades of Eggplant #A00164

Tints of Eggplant #A00164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 61.3%
G = 0.38%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A00164 (or 0xA00164) is known color: Eggplant. HEX triplet: A0, 01 and 64. RGB value is (160,1,100). Sum of RGB (Red+Green+Blue) = 160+1+100=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A00164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00164 is #5FFE9B. Grayscale: #3B3B3B. Windows color (decimal): -6291100 or 6554016. OLE color: 6554016.

HSL color Cylindrical-coordinate representation of color #A00164: hue angle of 322.64º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00164 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 100 -
CMYK 0 0.99 0.38 0.37
HSL 322.64º 0.99% 0.32% -
HSV(B) 322.64º 0.99% 0.63% -
XYZ 16.81 8.42 12.8 -
YUV 59.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 160 1 100 0 0.99 0.38 0.37 322.64 0.99 0.32
Hex A0 1 64 0 63 26 25 143 63 20
Octal 240 1 144 0 143 46 45 503 143 40
Binary 10100000 1 1100100 0 1100011 100110 100101 101000011 1100011 100000

Color Harmonies of #A00164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00164

Black with #A00164

Text Example


Text Example

White with #A00164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00164; }

 p { color: rgb(160,1,100); }

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

background-color css

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

 a { background-color: rgb(160,1,100); }

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

border-color css

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

 span { border-color: rgb(160,1,100); }

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