Html Css Color HEX #A30365 Eggplant

📋 copy color: '#A30365'

red 163 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #A30365

Tints of Eggplant #A30365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 61.05%
G = 1.12%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A30365 (or 0xA30365) is known color: Eggplant. HEX triplet: A3, 03 and 65. RGB value is (163,3,101). Sum of RGB (Red+Green+Blue) = 163+3+101=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A30365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30365 is #5CFC9A. Grayscale: #3D3D3D. Windows color (decimal): -6093979 or 6620067. OLE color: 6620067.

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

Color convert

RGB 163 3 101 -
CMYK 0 0.98 0.38 0.36
HSL 323.25º 0.96% 0.33% -
HSV(B) 323.25º 0.98% 0.64% -
XYZ 17.49 8.79 13.09 -
YUV 62.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 163 3 101 0 0.98 0.38 0.36 323.25 0.96 0.33
Hex A3 3 65 0 62 26 24 143 60 21
Octal 243 3 145 0 142 46 44 503 140 41
Binary 10100011 11 1100101 0 1100010 100110 100100 101000011 1100000 100001

Color Harmonies of #A30365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30365

Black with #A30365

Text Example


Text Example

White with #A30365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30365; }

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

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

background-color css

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

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

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

border-color css

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

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

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