Html Css Color HEX #A10F7D Eggplant

📋 copy color: '#A10F7D'

red 161 ◦ green 15 ◦ blue 125

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

Shades of Eggplant #A10F7D

Tints of Eggplant #A10F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 53.49%
G = 4.98%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A10F7D (or 0xA10F7D) is known color: Eggplant. HEX triplet: A1, 0F and 7D. RGB value is (161,15,125). Sum of RGB (Red+Green+Blue) = 161+15+125=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10F7D is #5EF082. Grayscale: #464646. Windows color (decimal): -6221955 or 8196001. OLE color: 8196001.

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

Color convert

RGB 161 15 125 -
CMYK 0 0.91 0.22 0.37
HSL 314.79º 0.83% 0.35% -
HSV(B) 314.79º 0.91% 0.63% -
XYZ 18.57 9.4 20.24 -
YUV 71.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 161 15 125 0 0.91 0.22 0.37 314.79 0.83 0.35
Hex A1 F 7D 0 5B 16 25 13B 53 23
Octal 241 17 175 0 133 26 45 473 123 43
Binary 10100001 1111 1111101 0 1011011 10110 100101 100111011 1010011 100011

Color Harmonies of #A10F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10F7D

Black with #A10F7D

Text Example


Text Example

White with #A10F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10F7D; }

 p { color: rgb(161,15,125); }

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

background-color css

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

 a { background-color: rgb(161,15,125); }

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

border-color css

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

 span { border-color: rgb(161,15,125); }

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