Html Css Color HEX #A3007C Eggplant

📋 copy color: '#A3007C'

red 163 ◦ green 0 ◦ blue 124

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

Shades of Eggplant #A3007C

Tints of Eggplant #A3007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 56.79%
G = 0%
B = 43.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3007C (or 0xA3007C) is known color: Eggplant. HEX triplet: A3, 00 and 7C. RGB value is (163,0,124). Sum of RGB (Red+Green+Blue) = 163+0+124=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3007C is #5CFF83. Grayscale: #3E3E3E. Windows color (decimal): -6094724 or 8126627. OLE color: 8126627.

HSL color Cylindrical-coordinate representation of color #A3007C: hue angle of 314.36º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3007C is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 124 -
CMYK 0 1 0.24 0.36
HSL 314.36º 1% 0.32% -
HSV(B) 314.36º 1% 0.64% -
XYZ 18.74 9.24 19.86 -
YUV 62.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 163 0 124 0 1 0.24 0.36 314.36 1 0.32
Hex A3 0 7C 0 64 18 24 13A 64 20
Octal 243 0 174 0 144 30 44 472 144 40
Binary 10100011 0 1111100 0 1100100 11000 100100 100111010 1100100 100000

Color Harmonies of #A3007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3007C

Black with #A3007C

Text Example


Text Example

White with #A3007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3007C; }

 p { color: rgb(163,0,124); }

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

background-color css

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

 a { background-color: rgb(163,0,124); }

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

border-color css

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

 span { border-color: rgb(163,0,124); }

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