Html Css Color HEX #A30368 Eggplant

📋 copy color: '#A30368'

red 163 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #A30368

Tints of Eggplant #A30368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 60.37%
G = 1.11%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A30368 (or 0xA30368) is known color: Eggplant. HEX triplet: A3, 03 and 68. RGB value is (163,3,104). Sum of RGB (Red+Green+Blue) = 163+3+104=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A30368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30368 is #5CFC97. Grayscale: #3E3E3E. Windows color (decimal): -6093976 or 6816675. OLE color: 6816675.

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

Color convert

RGB 163 3 104 -
CMYK 0 0.98 0.36 0.36
HSL 322.13º 0.96% 0.33% -
HSV(B) 322.13º 0.98% 0.64% -
XYZ 17.64 8.85 13.88 -
YUV 62.35 151.51 199.79 -
System Red Green Blue C M Y K H S L
Decimal 163 3 104 0 0.98 0.36 0.36 322.13 0.96 0.33
Hex A3 3 68 0 62 24 24 142 60 21
Octal 243 3 150 0 142 44 44 502 140 41
Binary 10100011 11 1101000 0 1100010 100100 100100 101000010 1100000 100001

Color Harmonies of #A30368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30368

Black with #A30368

Text Example


Text Example

White with #A30368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30368; }

 p { color: rgb(163,3,104); }

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

background-color css

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

 a { background-color: rgb(163,3,104); }

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

border-color css

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

 span { border-color: rgb(163,3,104); }

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