Html Css Color HEX #A3007B Eggplant

📋 copy color: '#A3007B'

red 163 ◦ green 0 ◦ blue 123

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

Shades of Eggplant #A3007B

Tints of Eggplant #A3007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 56.99%
G = 0%
B = 43.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3007B (or 0xA3007B) is known color: Eggplant. HEX triplet: A3, 00 and 7B. RGB value is (163,0,123). Sum of RGB (Red+Green+Blue) = 163+0+123=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3007B is #5CFF84. Grayscale: #3E3E3E. Windows color (decimal): -6094725 or 8061091. OLE color: 8061091.

HSL color Cylindrical-coordinate representation of color #A3007B: hue angle of 314.72º 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 #A3007B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 123 -
CMYK 0 1 0.25 0.36
HSL 314.72º 1% 0.32% -
HSV(B) 314.72º 1% 0.64% -
XYZ 18.68 9.22 19.53 -
YUV 62.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 163 0 123 0 1 0.25 0.36 314.72 1 0.32
Hex A3 0 7B 0 64 19 24 13B 64 20
Octal 243 0 173 0 144 31 44 473 144 40
Binary 10100011 0 1111011 0 1100100 11001 100100 100111011 1100100 100000

Color Harmonies of #A3007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3007B

Black with #A3007B

Text Example


Text Example

White with #A3007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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