Html Css Color HEX #A4057B Eggplant

📋 copy color: '#A4057B'

red 164 ◦ green 5 ◦ blue 123

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

Shades of Eggplant #A4057B

Tints of Eggplant #A4057B

RGB

 RED value IS 164 (64.45% from 255) = 56.16%

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 123 (48.44% from 255) = 42.12%

R = 56.16%
G = 1.71%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4057B (or 0xA4057B) is known color: Eggplant. HEX triplet: A4, 05 and 7B. RGB value is (164,5,123). Sum of RGB (Red+Green+Blue) = 164+5+123=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4057B is #5BFA84. Grayscale: #414141. Windows color (decimal): -6027909 or 8062372. OLE color: 8062372.

HSL color Cylindrical-coordinate representation of color #A4057B: hue angle of 315.47º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4057B is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 123 -
CMYK 0 0.97 0.25 0.36
HSL 315.47º 0.94% 0.33% -
HSV(B) 315.47º 0.97% 0.64% -
XYZ 18.94 9.43 19.56 -
YUV 65.99 160.18 197.91 -
System Red Green Blue C M Y K H S L
Decimal 164 5 123 0 0.97 0.25 0.36 315.47 0.94 0.33
Hex A4 5 7B 0 61 19 24 13B 5E 21
Octal 244 5 173 0 141 31 44 473 136 41
Binary 10100100 101 1111011 0 1100001 11001 100100 100111011 1011110 100001

Color Harmonies of #A4057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4057B

Black with #A4057B

Text Example


Text Example

White with #A4057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4057B; }

 p { color: rgb(164,5,123); }

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

background-color css

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

 a { background-color: rgb(164,5,123); }

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

border-color css

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

 span { border-color: rgb(164,5,123); }

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