Html Css Color HEX #A10669 Eggplant

📋 copy color: '#A10669'

red 161 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #A10669

Tints of Eggplant #A10669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 59.19%
G = 2.21%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A10669 (or 0xA10669) is known color: Eggplant. HEX triplet: A1, 06 and 69. RGB value is (161,6,105). Sum of RGB (Red+Green+Blue) = 161+6+105=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A10669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10669 is #5EF996. Grayscale: #3F3F3F. Windows color (decimal): -6224279 or 6882977. OLE color: 6882977.

HSL color Cylindrical-coordinate representation of color #A10669: hue angle of 321.68º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10669 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 6 105 -
CMYK 0 0.96 0.35 0.37
HSL 321.68º 0.93% 0.33% -
HSV(B) 321.68º 0.96% 0.63% -
XYZ 17.31 8.73 14.14 -
YUV 63.63 151.35 197.45 -
System Red Green Blue C M Y K H S L
Decimal 161 6 105 0 0.96 0.35 0.37 321.68 0.93 0.33
Hex A1 6 69 0 60 23 25 142 5D 21
Octal 241 6 151 0 140 43 45 502 135 41
Binary 10100001 110 1101001 0 1100000 100011 100101 101000010 1011101 100001

Color Harmonies of #A10669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10669

Black with #A10669

Text Example


Text Example

White with #A10669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10669; }

 p { color: rgb(161,6,105); }

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

background-color css

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

 a { background-color: rgb(161,6,105); }

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

border-color css

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

 span { border-color: rgb(161,6,105); }

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