Html Css Color HEX #A00265 Eggplant

📋 copy color: '#A00265'

red 160 ◦ green 2 ◦ blue 101

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

Shades of Eggplant #A00265

Tints of Eggplant #A00265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 60.84%
G = 0.76%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A00265 (or 0xA00265) is known color: Eggplant. HEX triplet: A0, 02 and 65. RGB value is (160,2,101). Sum of RGB (Red+Green+Blue) = 160+2+101=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A00265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00265 is #5FFD9A. Grayscale: #3C3C3C. Windows color (decimal): -6290843 or 6619808. OLE color: 6619808.

HSL color Cylindrical-coordinate representation of color #A00265: hue angle of 322.41º degrees, saturation: 0.98, 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 #A00265 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 101 -
CMYK 0 0.99 0.37 0.37
HSL 322.41º 0.98% 0.32% -
HSV(B) 322.41º 0.99% 0.63% -
XYZ 16.87 8.46 13.06 -
YUV 60.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 160 2 101 0 0.99 0.37 0.37 322.41 0.98 0.32
Hex A0 2 65 0 63 25 25 142 62 20
Octal 240 2 145 0 143 45 45 502 142 40
Binary 10100000 10 1100101 0 1100011 100101 100101 101000010 1100010 100000

Color Harmonies of #A00265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00265

Black with #A00265

Text Example


Text Example

White with #A00265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00265; }

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

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

background-color css

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

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

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

border-color css

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

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

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