Html Css Color HEX #A50165 Eggplant

📋 copy color: '#A50165'

red 165 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #A50165

Tints of Eggplant #A50165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 61.8%
G = 0.37%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A50165 (or 0xA50165) is known color: Eggplant. HEX triplet: A5, 01 and 65. RGB value is (165,1,101). Sum of RGB (Red+Green+Blue) = 165+1+101=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A50165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50165 is #5AFE9A. Grayscale: #3D3D3D. Windows color (decimal): -5963419 or 6619557. OLE color: 6619557.

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

Color convert

RGB 165 1 101 -
CMYK 0 0.99 0.39 0.35
HSL 323.41º 0.99% 0.33% -
HSV(B) 323.41º 0.99% 0.65% -
XYZ 17.88 8.96 13.1 -
YUV 61.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 165 1 101 0 0.99 0.39 0.35 323.41 0.99 0.33
Hex A5 1 65 0 63 27 23 143 63 21
Octal 245 1 145 0 143 47 43 503 143 41
Binary 10100101 1 1100101 0 1100011 100111 100011 101000011 1100011 100001

Color Harmonies of #A50165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50165

Black with #A50165

Text Example


Text Example

White with #A50165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50165; }

 p { color: rgb(165,1,101); }

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

background-color css

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

 a { background-color: rgb(165,1,101); }

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

border-color css

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

 span { border-color: rgb(165,1,101); }

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