Html Css Color HEX #A10365 Eggplant

📋 copy color: '#A10365'

red 161 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #A10365

Tints of Eggplant #A10365

RGB

 RED value IS 161 (63.28% from 255) = 60.75%

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

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

R = 60.75%
G = 1.13%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A10365 (or 0xA10365) is known color: Eggplant. HEX triplet: A1, 03 and 65. RGB value is (161,3,101). Sum of RGB (Red+Green+Blue) = 161+3+101=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A10365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10365 is #5EFC9A. Grayscale: #3D3D3D. Windows color (decimal): -6225051 or 6620065. OLE color: 6620065.

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

Color convert

RGB 161 3 101 -
CMYK 0 0.98 0.37 0.37
HSL 322.78º 0.96% 0.32% -
HSV(B) 322.78º 0.98% 0.63% -
XYZ 17.08 8.58 13.07 -
YUV 61.41 150.35 199.03 -
System Red Green Blue C M Y K H S L
Decimal 161 3 101 0 0.98 0.37 0.37 322.78 0.96 0.32
Hex A1 3 65 0 62 25 25 143 60 20
Octal 241 3 145 0 142 45 45 503 140 40
Binary 10100001 11 1100101 0 1100010 100101 100101 101000011 1100000 100000

Color Harmonies of #A10365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10365

Black with #A10365

Text Example


Text Example

White with #A10365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10365; }

 p { color: rgb(161,3,101); }

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

background-color css

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

 a { background-color: rgb(161,3,101); }

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

border-color css

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

 span { border-color: rgb(161,3,101); }

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