Html Css Color HEX #A50067 Eggplant

📋 copy color: '#A50067'

red 165 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #A50067

Tints of Eggplant #A50067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.57%
G = 0%
B = 38.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A50067 (or 0xA50067) is known color: Eggplant. HEX triplet: A5, 00 and 67. RGB value is (165,0,103). Sum of RGB (Red+Green+Blue) = 165+0+103=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A50067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50067 is #5AFF98. Grayscale: #3C3C3C. Windows color (decimal): -5963673 or 6750373. OLE color: 6750373.

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

Color convert

RGB 165 0 103 -
CMYK 0 1 0.38 0.35
HSL 322.55º 1% 0.32% -
HSV(B) 322.55º 1% 0.65% -
XYZ 17.97 8.98 13.62 -
YUV 61.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 165 0 103 0 1 0.38 0.35 322.55 1 0.32
Hex A5 0 67 0 64 26 23 143 64 20
Octal 245 0 147 0 144 46 43 503 144 40
Binary 10100101 0 1100111 0 1100100 100110 100011 101000011 1100100 100000

Color Harmonies of #A50067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50067

Black with #A50067

Text Example


Text Example

White with #A50067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50067; }

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

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

background-color css

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

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

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

border-color css

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

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

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