Html Css Color HEX #A50367 Eggplant

📋 copy color: '#A50367'

red 165 ◦ green 3 ◦ blue 103

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

Shades of Eggplant #A50367

Tints of Eggplant #A50367

RGB

 RED value IS 165 (64.84% from 255) = 60.89%

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

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 60.89%
G = 1.11%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A50367 (or 0xA50367) is known color: Eggplant. HEX triplet: A5, 03 and 67. RGB value is (165,3,103). Sum of RGB (Red+Green+Blue) = 165+3+103=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A50367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50367 is #5AFC98. Grayscale: #3E3E3E. Windows color (decimal): -5962905 or 6751141. OLE color: 6751141.

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

Color convert

RGB 165 3 103 -
CMYK 0 0.98 0.38 0.35
HSL 322.96º 0.96% 0.33% -
HSV(B) 322.96º 0.98% 0.65% -
XYZ 18 9.04 13.63 -
YUV 62.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 165 3 103 0 0.98 0.38 0.35 322.96 0.96 0.33
Hex A5 3 67 0 62 26 23 143 60 21
Octal 245 3 147 0 142 46 43 503 140 41
Binary 10100101 11 1100111 0 1100010 100110 100011 101000011 1100000 100001

Color Harmonies of #A50367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50367

Black with #A50367

Text Example


Text Example

White with #A50367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50367; }

 p { color: rgb(165,3,103); }

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

background-color css

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

 a { background-color: rgb(165,3,103); }

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

border-color css

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

 span { border-color: rgb(165,3,103); }

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