Html Css Color HEX #A50D7D Eggplant

📋 copy color: '#A50D7D'

red 165 ◦ green 13 ◦ blue 125

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

Shades of Eggplant #A50D7D

Tints of Eggplant #A50D7D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 54.46%
G = 4.29%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A50D7D (or 0xA50D7D) is known color: Eggplant. HEX triplet: A5, 0D and 7D. RGB value is (165,13,125). Sum of RGB (Red+Green+Blue) = 165+13+125=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D7D is #5AF282. Grayscale: #464646. Windows color (decimal): -5960323 or 8195493. OLE color: 8195493.

HSL color Cylindrical-coordinate representation of color #A50D7D: hue angle of 315.79º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50D7D is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 13 125 -
CMYK 0 0.92 0.24 0.35
HSL 315.79º 0.85% 0.35% -
HSV(B) 315.79º 0.92% 0.65% -
XYZ 19.36 9.77 20.27 -
YUV 71.22 158.36 194.89 -
System Red Green Blue C M Y K H S L
Decimal 165 13 125 0 0.92 0.24 0.35 315.79 0.85 0.35
Hex A5 D 7D 0 5C 18 23 13C 55 23
Octal 245 15 175 0 134 30 43 474 125 43
Binary 10100101 1101 1111101 0 1011100 11000 100011 100111100 1010101 100011

Color Harmonies of #A50D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D7D

Black with #A50D7D

Text Example


Text Example

White with #A50D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D7D; }

 p { color: rgb(165,13,125); }

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

background-color css

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

 a { background-color: rgb(165,13,125); }

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

border-color css

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

 span { border-color: rgb(165,13,125); }

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