Html Css Color HEX #A11675 Eggplant

📋 copy color: '#A11675'

red 161 ◦ green 22 ◦ blue 117

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

Shades of Eggplant #A11675

Tints of Eggplant #A11675

RGB

 RED value IS 161 (63.28% from 255) = 53.67%

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 117 (46.09% from 255) = 39%

R = 53.67%
G = 7.33%
B = 39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A11675 (or 0xA11675) is known color: Eggplant. HEX triplet: A1, 16 and 75. RGB value is (161,22,117). Sum of RGB (Red+Green+Blue) = 161+22+117=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A11675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11675 is #5EE98A. Grayscale: #4A4A4A. Windows color (decimal): -6220171 or 7673505. OLE color: 7673505.

HSL color Cylindrical-coordinate representation of color #A11675: hue angle of 318.99º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11675 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 22 117 -
CMYK 0 0.86 0.27 0.37
HSL 318.99º 0.76% 0.36% -
HSV(B) 318.99º 0.86% 0.63% -
XYZ 18.2 9.44 17.69 -
YUV 74.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 161 22 117 0 0.86 0.27 0.37 318.99 0.76 0.36
Hex A1 16 75 0 56 1B 25 13F 4C 24
Octal 241 26 165 0 126 33 45 477 114 44
Binary 10100001 10110 1110101 0 1010110 11011 100101 100111111 1001100 100100

Color Harmonies of #A11675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11675

Black with #A11675

Text Example


Text Example

White with #A11675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11675; }

 p { color: rgb(161,22,117); }

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

background-color css

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

 a { background-color: rgb(161,22,117); }

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

border-color css

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

 span { border-color: rgb(161,22,117); }

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