Html Css Color HEX #A90174 Eggplant

📋 copy color: '#A90174'

red 169 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #A90174

Tints of Eggplant #A90174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 59.09%
G = 0.35%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A90174 (or 0xA90174) is known color: Eggplant. HEX triplet: A9, 01 and 74. RGB value is (169,1,116). Sum of RGB (Red+Green+Blue) = 169+1+116=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A90174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90174 is #56FE8B. Grayscale: #404040. Windows color (decimal): -5701260 or 7602601. OLE color: 7602601.

HSL color Cylindrical-coordinate representation of color #A90174: hue angle of 318.93º 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 #A90174 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 116 -
CMYK 0 0.99 0.31 0.34
HSL 318.93º 0.99% 0.33% -
HSV(B) 318.93º 0.99% 0.66% -
XYZ 19.53 9.72 17.37 -
YUV 64.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 169 1 116 0 0.99 0.31 0.34 318.93 0.99 0.33
Hex A9 1 74 0 63 1F 22 13F 63 21
Octal 251 1 164 0 143 37 42 477 143 41
Binary 10101001 1 1110100 0 1100011 11111 100010 100111111 1100011 100001

Color Harmonies of #A90174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90174

Black with #A90174

Text Example


Text Example

White with #A90174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90174; }

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

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

background-color css

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

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

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

border-color css

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

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

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