Html Css Color HEX #A30366 Eggplant

📋 copy color: '#A30366'

red 163 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #A30366

Tints of Eggplant #A30366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.06%

R = 60.82%
G = 1.12%
B = 38.06%

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

#A30366 (or 0xA30366) is known color: Eggplant. HEX triplet: A3, 03 and 66. RGB value is (163,3,102). Sum of RGB (Red+Green+Blue) = 163+3+102=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A30366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30366 is #5CFC99. Grayscale: #3D3D3D. Windows color (decimal): -6093978 or 6685603. OLE color: 6685603.

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

Color convert

RGB 163 3 102 -
CMYK 0 0.98 0.37 0.36
HSL 322.88º 0.96% 0.33% -
HSV(B) 322.88º 0.98% 0.64% -
XYZ 17.54 8.81 13.35 -
YUV 62.13 150.51 199.95 -
System Red Green Blue C M Y K H S L
Decimal 163 3 102 0 0.98 0.37 0.36 322.88 0.96 0.33
Hex A3 3 66 0 62 25 24 143 60 21
Octal 243 3 146 0 142 45 44 503 140 41
Binary 10100011 11 1100110 0 1100010 100101 100100 101000011 1100000 100001

Color Harmonies of #A30366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30366

Black with #A30366

Text Example


Text Example

White with #A30366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30366; }

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

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

background-color css

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

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

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

border-color css

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

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

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