Html Css Color HEX #A4127B Eggplant

📋 copy color: '#A4127B'

red 164 ◦ green 18 ◦ blue 123

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

Shades of Eggplant #A4127B

Tints of Eggplant #A4127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

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

R = 53.77%
G = 5.9%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4127B (or 0xA4127B) is known color: Eggplant. HEX triplet: A4, 12 and 7B. RGB value is (164,18,123). Sum of RGB (Red+Green+Blue) = 164+18+123=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4127B is #5BED84. Grayscale: #494949. Windows color (decimal): -6024581 or 8065700. OLE color: 8065700.

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

Color convert

RGB 164 18 123 -
CMYK 0 0.89 0.25 0.36
HSL 316.85º 0.8% 0.36% -
HSV(B) 316.85º 0.89% 0.64% -
XYZ 19.1 9.76 19.62 -
YUV 73.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 164 18 123 0 0.89 0.25 0.36 316.85 0.8 0.36
Hex A4 12 7B 0 59 19 24 13D 50 24
Octal 244 22 173 0 131 31 44 475 120 44
Binary 10100100 10010 1111011 0 1011001 11001 100100 100111101 1010000 100100

Color Harmonies of #A4127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4127B

Black with #A4127B

Text Example


Text Example

White with #A4127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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