Html Css Color HEX #A10469 Eggplant

📋 copy color: '#A10469'

red 161 ◦ green 4 ◦ blue 105

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

Shades of Eggplant #A10469

Tints of Eggplant #A10469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 59.63%
G = 1.48%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A10469 (or 0xA10469) is known color: Eggplant. HEX triplet: A1, 04 and 69. RGB value is (161,4,105). Sum of RGB (Red+Green+Blue) = 161+4+105=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A10469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10469 is #5EFB96. Grayscale: #3E3E3E. Windows color (decimal): -6224791 or 6882465. OLE color: 6882465.

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

Color convert

RGB 161 4 105 -
CMYK 0 0.98 0.35 0.37
HSL 321.4º 0.95% 0.32% -
HSV(B) 321.4º 0.98% 0.63% -
XYZ 17.29 8.68 14.13 -
YUV 62.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 161 4 105 0 0.98 0.35 0.37 321.4 0.95 0.32
Hex A1 4 69 0 62 23 25 141 5F 20
Octal 241 4 151 0 142 43 45 501 137 40
Binary 10100001 100 1101001 0 1100010 100011 100101 101000001 1011111 100000

Color Harmonies of #A10469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10469

Black with #A10469

Text Example


Text Example

White with #A10469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10469; }

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

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

background-color css

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

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

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

border-color css

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

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

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