Html Css Color HEX #A00665 Eggplant

📋 copy color: '#A00665'

red 160 ◦ green 6 ◦ blue 101

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

Shades of Eggplant #A00665

Tints of Eggplant #A00665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 59.93%
G = 2.25%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A00665 (or 0xA00665) is known color: Eggplant. HEX triplet: A0, 06 and 65. RGB value is (160,6,101). Sum of RGB (Red+Green+Blue) = 160+6+101=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A00665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00665 is #5FF99A. Grayscale: #3E3E3E. Windows color (decimal): -6289819 or 6620832. OLE color: 6620832.

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

Color convert

RGB 160 6 101 -
CMYK 0 0.96 0.37 0.37
HSL 322.99º 0.93% 0.33% -
HSV(B) 322.99º 0.96% 0.63% -
XYZ 16.91 8.54 13.07 -
YUV 62.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 160 6 101 0 0.96 0.37 0.37 322.99 0.93 0.33
Hex A0 6 65 0 60 25 25 143 5D 21
Octal 240 6 145 0 140 45 45 503 135 41
Binary 10100000 110 1100101 0 1100000 100101 100101 101000011 1011101 100001

Color Harmonies of #A00665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00665

Black with #A00665

Text Example


Text Example

White with #A00665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00665; }

 p { color: rgb(160,6,101); }

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

background-color css

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

 a { background-color: rgb(160,6,101); }

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

border-color css

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

 span { border-color: rgb(160,6,101); }

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