Html Css Color HEX #A00369 Eggplant

📋 copy color: '#A00369'

red 160 ◦ green 3 ◦ blue 105

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

Shades of Eggplant #A00369

Tints of Eggplant #A00369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.18%

R = 59.7%
G = 1.12%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A00369 (or 0xA00369) is known color: Eggplant. HEX triplet: A0, 03 and 69. RGB value is (160,3,105). Sum of RGB (Red+Green+Blue) = 160+3+105=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A00369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00369 is #5FFC96. Grayscale: #3D3D3D. Windows color (decimal): -6290583 or 6882208. OLE color: 6882208.

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

Color convert

RGB 160 3 105 -
CMYK 0 0.98 0.34 0.37
HSL 321.02º 0.96% 0.32% -
HSV(B) 321.02º 0.98% 0.63% -
XYZ 17.08 8.56 14.12 -
YUV 61.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 160 3 105 0 0.98 0.34 0.37 321.02 0.96 0.32
Hex A0 3 69 0 62 22 25 141 60 20
Octal 240 3 151 0 142 42 45 501 140 40
Binary 10100000 11 1101001 0 1100010 100010 100101 101000001 1100000 100000

Color Harmonies of #A00369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00369

Black with #A00369

Text Example


Text Example

White with #A00369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00369; }

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

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

background-color css

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

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

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

border-color css

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

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

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