Html Css Color HEX #A90B7B Eggplant

📋 copy color: '#A90B7B'

red 169 ◦ green 11 ◦ blue 123

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

Shades of Eggplant #A90B7B

Tints of Eggplant #A90B7B

RGB

 RED value IS 169 (66.41% from 255) = 55.78%

 GREEN value IS 11 (4.69% from 255) = 3.63%

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

R = 55.78%
G = 3.63%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A90B7B (or 0xA90B7B) is known color: Eggplant. HEX triplet: A9, 0B and 7B. RGB value is (169,11,123). Sum of RGB (Red+Green+Blue) = 169+11+123=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B7B is #56F484. Grayscale: #464646. Windows color (decimal): -5698693 or 8063913. OLE color: 8063913.

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

Color convert

RGB 169 11 123 -
CMYK 0 0.93 0.27 0.34
HSL 317.47º 0.88% 0.35% -
HSV(B) 317.47º 0.93% 0.66% -
XYZ 20.06 10.1 19.63 -
YUV 71.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 169 11 123 0 0.93 0.27 0.34 317.47 0.88 0.35
Hex A9 B 7B 0 5D 1B 22 13D 58 23
Octal 251 13 173 0 135 33 42 475 130 43
Binary 10101001 1011 1111011 0 1011101 11011 100010 100111101 1011000 100011

Color Harmonies of #A90B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90B7B

Black with #A90B7B

Text Example


Text Example

White with #A90B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90B7B; }

 p { color: rgb(169,11,123); }

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

background-color css

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

 a { background-color: rgb(169,11,123); }

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

border-color css

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

 span { border-color: rgb(169,11,123); }

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