Html Css Color HEX #A00368 Eggplant

📋 copy color: '#A00368'

red 160 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #A00368

Tints of Eggplant #A00368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 59.93%
G = 1.12%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A00368 (or 0xA00368) is known color: Eggplant. HEX triplet: A0, 03 and 68. RGB value is (160,3,104). Sum of RGB (Red+Green+Blue) = 160+3+104=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A00368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00368 is #5FFC97. Grayscale: #3D3D3D. Windows color (decimal): -6290584 or 6816672. OLE color: 6816672.

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

Color convert

RGB 160 3 104 -
CMYK 0 0.98 0.35 0.37
HSL 321.4º 0.96% 0.32% -
HSV(B) 321.4º 0.98% 0.63% -
XYZ 17.03 8.54 13.85 -
YUV 61.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 160 3 104 0 0.98 0.35 0.37 321.4 0.96 0.32
Hex A0 3 68 0 62 23 25 141 60 20
Octal 240 3 150 0 142 43 45 501 140 40
Binary 10100000 11 1101000 0 1100010 100011 100101 101000001 1100000 100000

Color Harmonies of #A00368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00368

Black with #A00368

Text Example


Text Example

White with #A00368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00368; }

 p { color: rgb(160,3,104); }

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

background-color css

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

 a { background-color: rgb(160,3,104); }

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

border-color css

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

 span { border-color: rgb(160,3,104); }

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