Html Css Color HEX #A4087B Eggplant

📋 copy color: '#A4087B'

red 164 ◦ green 8 ◦ blue 123

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

Shades of Eggplant #A4087B

Tints of Eggplant #A4087B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

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

R = 55.59%
G = 2.71%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4087B (or 0xA4087B) is known color: Eggplant. HEX triplet: A4, 08 and 7B. RGB value is (164,8,123). Sum of RGB (Red+Green+Blue) = 164+8+123=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A4087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4087B is #5BF784. Grayscale: #434343. Windows color (decimal): -6027141 or 8063140. OLE color: 8063140.

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

Color convert

RGB 164 8 123 -
CMYK 0 0.95 0.25 0.36
HSL 315.77º 0.91% 0.34% -
HSV(B) 315.77º 0.95% 0.64% -
XYZ 18.97 9.5 19.57 -
YUV 67.75 159.18 196.65 -
System Red Green Blue C M Y K H S L
Decimal 164 8 123 0 0.95 0.25 0.36 315.77 0.91 0.34
Hex A4 8 7B 0 5F 19 24 13C 5B 22
Octal 244 10 173 0 137 31 44 474 133 42
Binary 10100100 1000 1111011 0 1011111 11001 100100 100111100 1011011 100010

Color Harmonies of #A4087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4087B

Black with #A4087B

Text Example


Text Example

White with #A4087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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