Html Css Color HEX #A4007B Eggplant

📋 copy color: '#A4007B'

red 164 ◦ green 0 ◦ blue 123

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

Shades of Eggplant #A4007B

Tints of Eggplant #A4007B

RGB

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

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

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4007B (or 0xA4007B) is known color: Eggplant. HEX triplet: A4, 00 and 7B. RGB value is (164,0,123). Sum of RGB (Red+Green+Blue) = 164+0+123=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A4007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4007B is #5BFF84. Grayscale: #3E3E3E. Windows color (decimal): -6029189 or 8061092. OLE color: 8061092.

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

Color convert

RGB 164 0 123 -
CMYK 0 1 0.25 0.36
HSL 315º 1% 0.32% -
HSV(B) 315º 1% 0.64% -
XYZ 18.88 9.32 19.54 -
YUV 63.06 161.83 200 -
System Red Green Blue C M Y K H S L
Decimal 164 0 123 0 1 0.25 0.36 315 1 0.32
Hex A4 0 7B 0 64 19 24 13B 64 20
Octal 244 0 173 0 144 31 44 473 144 40
Binary 10100100 0 1111011 0 1100100 11001 100100 100111011 1100100 100000

Color Harmonies of #A4007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4007B

Black with #A4007B

Text Example


Text Example

White with #A4007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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