Html Css Color HEX #A50675 Eggplant

📋 copy color: '#A50675'

red 165 ◦ green 6 ◦ blue 117

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

Shades of Eggplant #A50675

Tints of Eggplant #A50675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 57.29%
G = 2.08%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A50675 (or 0xA50675) is known color: Eggplant. HEX triplet: A5, 06 and 75. RGB value is (165,6,117). Sum of RGB (Red+Green+Blue) = 165+6+117=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A50675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50675 is #5AF98A. Grayscale: #414141. Windows color (decimal): -5962123 or 7669413. OLE color: 7669413.

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

Color convert

RGB 165 6 117 -
CMYK 0 0.96 0.29 0.35
HSL 318.11º 0.93% 0.34% -
HSV(B) 318.11º 0.96% 0.65% -
XYZ 18.79 9.41 17.66 -
YUV 66.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 165 6 117 0 0.96 0.29 0.35 318.11 0.93 0.34
Hex A5 6 75 0 60 1D 23 13E 5D 22
Octal 245 6 165 0 140 35 43 476 135 42
Binary 10100101 110 1110101 0 1100000 11101 100011 100111110 1011101 100010

Color Harmonies of #A50675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50675

Black with #A50675

Text Example


Text Example

White with #A50675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50675; }

 p { color: rgb(165,6,117); }

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

background-color css

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

 a { background-color: rgb(165,6,117); }

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

border-color css

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

 span { border-color: rgb(165,6,117); }

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