Html Css Color HEX #A30165 Eggplant

📋 copy color: '#A30165'

red 163 ◦ green 1 ◦ blue 101

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

Shades of Eggplant #A30165

Tints of Eggplant #A30165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 61.51%
G = 0.38%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A30165 (or 0xA30165) is known color: Eggplant. HEX triplet: A3, 01 and 65. RGB value is (163,1,101). Sum of RGB (Red+Green+Blue) = 163+1+101=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A30165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30165 is #5CFE9A. Grayscale: #3C3C3C. Windows color (decimal): -6094491 or 6619555. OLE color: 6619555.

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

Color convert

RGB 163 1 101 -
CMYK 0 0.99 0.38 0.36
HSL 322.96º 0.99% 0.32% -
HSV(B) 322.96º 0.99% 0.64% -
XYZ 17.46 8.75 13.08 -
YUV 60.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 163 1 101 0 0.99 0.38 0.36 322.96 0.99 0.32
Hex A3 1 65 0 63 26 24 143 63 20
Octal 243 1 145 0 143 46 44 503 143 40
Binary 10100011 1 1100101 0 1100011 100110 100100 101000011 1100011 100000

Color Harmonies of #A30165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30165

Black with #A30165

Text Example


Text Example

White with #A30165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30165; }

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

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

background-color css

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

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

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

border-color css

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

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

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