Html Css Color HEX #A30678 Eggplant

📋 copy color: '#A30678'

red 163 ◦ green 6 ◦ blue 120

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

Shades of Eggplant #A30678

Tints of Eggplant #A30678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 56.4%
G = 2.08%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A30678 (or 0xA30678) is known color: Eggplant. HEX triplet: A3, 06 and 78. RGB value is (163,6,120). Sum of RGB (Red+Green+Blue) = 163+6+120=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A30678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30678 is #5CF987. Grayscale: #414141. Windows color (decimal): -6093192 or 7866019. OLE color: 7866019.

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

Color convert

RGB 163 6 120 -
CMYK 0 0.96 0.26 0.36
HSL 316.43º 0.93% 0.33% -
HSV(B) 316.43º 0.96% 0.64% -
XYZ 18.56 9.27 18.58 -
YUV 65.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 163 6 120 0 0.96 0.26 0.36 316.43 0.93 0.33
Hex A3 6 78 0 60 1A 24 13C 5D 21
Octal 243 6 170 0 140 32 44 474 135 41
Binary 10100011 110 1111000 0 1100000 11010 100100 100111100 1011101 100001

Color Harmonies of #A30678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30678

Black with #A30678

Text Example


Text Example

White with #A30678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30678; }

 p { color: rgb(163,6,120); }

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

background-color css

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

 a { background-color: rgb(163,6,120); }

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

border-color css

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

 span { border-color: rgb(163,6,120); }

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