Html Css Color HEX #A90183 Eggplant

📋 copy color: '#A90183'

red 169 ◦ green 1 ◦ blue 131

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

Shades of Eggplant #A90183

Tints of Eggplant #A90183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 56.15%
G = 0.33%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A90183 (or 0xA90183) is known color: Eggplant. HEX triplet: A9, 01 and 83. RGB value is (169,1,131). Sum of RGB (Red+Green+Blue) = 169+1+131=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A90183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90183 is #56FE7C. Grayscale: #414141. Windows color (decimal): -5701245 or 8585641. OLE color: 8585641.

HSL color Cylindrical-coordinate representation of color #A90183: hue angle of 313.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90183 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 131 -
CMYK 0 0.99 0.22 0.34
HSL 313.57º 0.99% 0.33% -
HSV(B) 313.57º 0.99% 0.66% -
XYZ 20.47 10.1 22.34 -
YUV 66.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 169 1 131 0 0.99 0.22 0.34 313.57 0.99 0.33
Hex A9 1 83 0 63 16 22 13A 63 21
Octal 251 1 203 0 143 26 42 472 143 41
Binary 10101001 1 10000011 0 1100011 10110 100010 100111010 1100011 100001

Color Harmonies of #A90183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90183

Black with #A90183

Text Example


Text Example

White with #A90183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90183; }

 p { color: rgb(169,1,131); }

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

background-color css

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

 a { background-color: rgb(169,1,131); }

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

border-color css

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

 span { border-color: rgb(169,1,131); }

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