Html Css Color HEX #A8127B Eggplant

📋 copy color: '#A8127B'

red 168 ◦ green 18 ◦ blue 123

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

Shades of Eggplant #A8127B

Tints of Eggplant #A8127B

RGB

 RED value IS 168 (66.02% from 255) = 54.37%

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

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

R = 54.37%
G = 5.83%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8127B (or 0xA8127B) is known color: Eggplant. HEX triplet: A8, 12 and 7B. RGB value is (168,18,123). Sum of RGB (Red+Green+Blue) = 168+18+123=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8127B is #57ED84. Grayscale: #4A4A4A. Windows color (decimal): -5762437 or 8065704. OLE color: 8065704.

HSL color Cylindrical-coordinate representation of color #A8127B: hue angle of 318º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8127B is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 123 -
CMYK 0 0.89 0.27 0.34
HSL 318º 0.81% 0.36% -
HSV(B) 318º 0.89% 0.66% -
XYZ 19.94 10.19 19.65 -
YUV 74.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 168 18 123 0 0.89 0.27 0.34 318 0.81 0.36
Hex A8 12 7B 0 59 1B 22 13E 51 24
Octal 250 22 173 0 131 33 42 476 121 44
Binary 10101000 10010 1111011 0 1011001 11011 100010 100111110 1010001 100100

Color Harmonies of #A8127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8127B

Black with #A8127B

Text Example


Text Example

White with #A8127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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