Html Css Color HEX #A3077F Eggplant

📋 copy color: '#A3077F'

red 163 ◦ green 7 ◦ blue 127

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

Shades of Eggplant #A3077F

Tints of Eggplant #A3077F

RGB

 RED value IS 163 (64.06% from 255) = 54.88%

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 54.88%
G = 2.36%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A3077F (or 0xA3077F) is known color: Eggplant. HEX triplet: A3, 07 and 7F. RGB value is (163,7,127). Sum of RGB (Red+Green+Blue) = 163+7+127=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A3077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3077F is #5CF880. Grayscale: #434343. Windows color (decimal): -6092929 or 8325027. OLE color: 8325027.

HSL color Cylindrical-coordinate representation of color #A3077F: hue angle of 313.85º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3077F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 127 -
CMYK 0 0.96 0.22 0.36
HSL 313.85º 0.92% 0.33% -
HSV(B) 313.85º 0.96% 0.64% -
XYZ 19.01 9.47 20.9 -
YUV 67.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 163 7 127 0 0.96 0.22 0.36 313.85 0.92 0.33
Hex A3 7 7F 0 60 16 24 13A 5C 21
Octal 243 7 177 0 140 26 44 472 134 41
Binary 10100011 111 1111111 0 1100000 10110 100100 100111010 1011100 100001

Color Harmonies of #A3077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3077F

Black with #A3077F

Text Example


Text Example

White with #A3077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3077F; }

 p { color: rgb(163,7,127); }

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

background-color css

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

 a { background-color: rgb(163,7,127); }

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

border-color css

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

 span { border-color: rgb(163,7,127); }

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