Html Css Color HEX #A30367 Eggplant

📋 copy color: '#A30367'

red 163 ◦ green 3 ◦ blue 103

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

Shades of Eggplant #A30367

Tints of Eggplant #A30367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.29%

R = 60.59%
G = 1.12%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A30367 (or 0xA30367) is known color: Eggplant. HEX triplet: A3, 03 and 67. RGB value is (163,3,103). Sum of RGB (Red+Green+Blue) = 163+3+103=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A30367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30367 is #5CFC98. Grayscale: #3E3E3E. Windows color (decimal): -6093977 or 6751139. OLE color: 6751139.

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

Color convert

RGB 163 3 103 -
CMYK 0 0.98 0.37 0.36
HSL 322.5º 0.96% 0.33% -
HSV(B) 322.5º 0.98% 0.64% -
XYZ 17.59 8.83 13.61 -
YUV 62.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 163 3 103 0 0.98 0.37 0.36 322.5 0.96 0.33
Hex A3 3 67 0 62 25 24 142 60 21
Octal 243 3 147 0 142 45 44 502 140 41
Binary 10100011 11 1100111 0 1100010 100101 100100 101000010 1100000 100001

Color Harmonies of #A30367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30367

Black with #A30367

Text Example


Text Example

White with #A30367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30367; }

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

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

background-color css

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

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

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

border-color css

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

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

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